Skip to content

Commit 6ed495a

Browse files
committed
Instance variable does not need to be public
1 parent 5861ecf commit 6ed495a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/org/apache/commons/imaging/bytesource/InputStreamByteSource.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ final class InputStreamByteSource extends ByteSource {
3232

3333
private final class Block {
3434

35-
public final byte[] bytes;
35+
final byte[] bytes;
3636
private Block next;
3737
private boolean triedNext;
3838

0 commit comments

Comments
 (0)