We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d6a4271 commit aa6f962Copy full SHA for aa6f962
src/main/java/org/scijava/io/handle/DataHandle.java
@@ -521,7 +521,7 @@ default double readDouble() throws IOException {
521
522
@Override
523
default String readLine() throws IOException {
524
- // NB: Code adapted from java.io.RandomAccessFile.readLine().
+ // NB: Adapted from java.io.RandomAccessFile.readLine().
525
526
final StringBuffer input = new StringBuffer();
527
int c = -1;
0 commit comments