Skip to content

Commit 2762087

Browse files
committed
Use final
1 parent db248f0 commit 2762087

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/test/java/org/apache/commons/io/input/buffer/CircularBufferInputStreamTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ public class CircularBufferInputStreamTest {
3737
*/
3838
private final Random random = new Random(1530960934483L);
3939

40-
void asssertNotEof(int offset, final int res) {
40+
void asssertNotEof(final int offset, final int res) {
4141
assertNotEquals(-1, res, () -> "Unexpected EOF at offset " + offset);
4242
}
4343

0 commit comments

Comments
 (0)