Skip to content

Commit 9fd97ca

Browse files
committed
Removing superfluous comment that was causing javadoc build error in ci
1 parent d22dbb4 commit 9fd97ca

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

java/server/src/org/openqa/selenium/server/InjectionHelper.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -296,8 +296,6 @@ private static int getBOMLength(byte[] buf) {
296296
// (int) 187
297297
// (int)(new String(buf)).charAt(2)
298298
// (int) 191
299-
// (new String(buf)).charAt(2)
300-
// (char) ¿
301299
// (int)(new String(buf)).charAt(3)
302300
// (int) 10
303301
//

0 commit comments

Comments
 (0)