Skip to content

Commit f3f84de

Browse files
ctruedengab1one
authored andcommitted
DataHandle: tweak comment
1 parent 387993e commit f3f84de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/org/scijava/io/DataHandle.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -520,7 +520,7 @@ default double readDouble() throws IOException {
520520

521521
@Override
522522
default String readLine() throws IOException {
523-
// NB: Code adapted from java.io.RandomAccessFile.readLine().
523+
// NB: Adapted from java.io.RandomAccessFile.readLine().
524524

525525
final StringBuffer input = new StringBuffer();
526526
int c = -1;

0 commit comments

Comments
 (0)