Skip to content

Commit b3040f7

Browse files
committed
Method does not need to be public
1 parent 6ed495a commit b3040f7

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
@@ -40,7 +40,7 @@ private final class Block {
4040
this.bytes = bytes;
4141
}
4242

43-
public Block getNext() throws IOException {
43+
Block getNext() throws IOException {
4444
if (null != next) {
4545
return next;
4646
}

0 commit comments

Comments
 (0)