Skip to content

Commit d821156

Browse files
committed
Test fixture doesn't need to be public
1 parent bfeb774 commit d821156

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/test/java/org/apache/commons/io/channels/NonBlockingFileChannelProxy.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
/**
2626
* Simulates a non-blocking file channel by returning 0 from reads every other call as allowed by {@link ReadableByteChannel} and {@link FileChannel}.
2727
*/
28-
public class NonBlockingFileChannelProxy extends FileChannelProxy {
28+
class NonBlockingFileChannelProxy extends FileChannelProxy {
2929

3030
boolean toggleRead0;
3131

0 commit comments

Comments
 (0)