This is an automated email from the ASF dual-hosted git repository.
ggregory pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-io.git
The following commit(s) were added to refs/heads/master by this push:
new c209ab47c Add @Override
c209ab47c is described below
commit c209ab47cbc6a69f4d4067ceaa93bdcf637a6e26
Author: Gary Gregory <[email protected]>
AuthorDate: Tue Jul 9 11:08:36 2024 -0400
Add @Override
---
.../org/apache/commons/io/input/BufferedFileChannelInputStreamTest.java | 1 +
1 file changed, 1 insertion(+)
diff --git
a/src/test/java/org/apache/commons/io/input/BufferedFileChannelInputStreamTest.java
b/src/test/java/org/apache/commons/io/input/BufferedFileChannelInputStreamTest.java
index 55cd1ef0b..7c8baf0fe 100644
---
a/src/test/java/org/apache/commons/io/input/BufferedFileChannelInputStreamTest.java
+++
b/src/test/java/org/apache/commons/io/input/BufferedFileChannelInputStreamTest.java
@@ -53,6 +53,7 @@ public class BufferedFileChannelInputStreamTest extends
AbstractInputStreamTest
//@formatter:on
}
+ @Override
@Test
public void testAvailableAfterOpen() throws Exception {
for (final InputStream inputStream : inputStreams) {