Skip to content

Commit e70fc20

Browse files
committed
Remove non-unicode character from start of line
1 parent 70128b4 commit e70fc20

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tamfits/src/main/nom/tam/util/BufferedDataInputStream.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -302,7 +302,7 @@ public String readUTF() throws IOException{
302302
* Originally we used the method itself, but Alan Brighton
303303
* suggested using a BufferedReader to eliminate
304304
* the deprecation warning...
305-
  * Note that the implementation
305+
* Note that the implementation
306306
* of this routine is very slow and this class should probably
307307
* not be used if this method is called heavily.
308308
*

0 commit comments

Comments
 (0)