Skip to content

Commit bfeb774

Browse files
committed
Fix test fixture
1 parent 904d352 commit bfeb774

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

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

-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,6 @@ public int read(final ByteBuffer dst, final long position) throws IOException {
5050

5151
@Override
5252
public long read(final ByteBuffer[] dsts, final int offset, final int length) throws IOException {
53-
flipState();
5453
return flipState() ? 0 : super.read(dsts, offset, length);
5554
}
5655
}

0 commit comments

Comments
 (0)