Skip to content

Commit aa6f962

Browse files
committed
DataHandle: tweak comment
1 parent d6a4271 commit aa6f962

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

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

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

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

0 commit comments

Comments
 (0)