Skip to content

Commit 7f56168

Browse files
committed
Add final modifier to private fields
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/codec/trunk@1811342 13f79535-47bb-0310-9956-ffa450edef68
1 parent 847a6d0 commit 7f56168

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/test/java/org/apache/commons/codec/digest/PureJavaCrc32CTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ public class PureJavaCrc32CTest {
2828

2929
private final PureJavaCrc32C crc = new PureJavaCrc32C();
3030

31-
private byte[] data = new byte[32];
31+
private final byte[] data = new byte[32];
3232

3333
@Test
3434
public void testZeros() {

0 commit comments

Comments
 (0)