This is an automated email from the ASF dual-hosted git repository. sebb pushed a commit to branch release in repository https://gitbox.apache.org/repos/asf/commons-io.git
The following commit(s) were added to refs/heads/release by this push: new 58839e0 Unused 58839e0 is described below commit 58839e08171e2f4a8da326114764693295303f7a Author: Sebb <s...@apache.org> AuthorDate: Thu Jul 30 12:41:35 2020 +0100 Unused --- .../commons/io/input/ReversedLinesFileReaderTestParamBlockSize.java | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/test/java/org/apache/commons/io/input/ReversedLinesFileReaderTestParamBlockSize.java b/src/test/java/org/apache/commons/io/input/ReversedLinesFileReaderTestParamBlockSize.java index 963674a..b9ac601 100644 --- a/src/test/java/org/apache/commons/io/input/ReversedLinesFileReaderTestParamBlockSize.java +++ b/src/test/java/org/apache/commons/io/input/ReversedLinesFileReaderTestParamBlockSize.java @@ -37,8 +37,6 @@ public class ReversedLinesFileReaderTestParamBlockSize { private static final String UTF_8 = "UTF-8"; private static final String ISO_8859_1 = "ISO-8859-1"; - private static final int[] BLOCK_SIZES = {1, 3, 8, 256, 4096}; - // small and uneven block sizes are not used in reality but are good to show that the algorithm is solid public static IntStream blockSizes() { return IntStream.of(1, 3, 8, 256, 4096);