Skip to content

Commit 30f8dc5

Browse files
committed
Javadoc
1 parent 95cb90d commit 30f8dc5

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/test/java/org/apache/commons/io/input/ReversedLinesFileReaderParamBlockSizeTest.java

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,9 @@ static void assertEqualsAndNoLineBreaks(final String expected, final String actu
8282
assertEquals(expected, actual, messageSupplier);
8383
}
8484

85-
// small and uneven block sizes are not used in reality but are good to show that the algorithm is solid
85+
/**
86+
* Small and uneven block sizes are not used in reality but are good to show that the algorithm is solid.
87+
*/
8688
public static IntStream blockSizes() {
8789
return IntStream.of(1, 3, 8, 256, 4096);
8890
}

0 commit comments

Comments
 (0)