Skip to content

Commit 4bbc660

Browse files
committed
Missing @OverRide
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/codec/trunk@1303083 13f79535-47bb-0310-9956-ffa450edef68
1 parent c4b947d commit 4bbc660

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/main/java/org/apache/commons/codec/binary/BaseNCodecInputStream.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ protected BaseNCodecInputStream(InputStream in, BaseNCodec baseNCodec, boolean d
4848
* @return <code>0</code> if the {@link InputStream} has reached <code>EOF</code>,
4949
* <code>1</code> otherwise
5050
*/
51+
@Override
5152
public int available() throws IOException {
5253
// Note: the logic is similar to the InflaterInputStream:
5354
// as long as we have not reached EOF, indicate that there is more

0 commit comments

Comments
 (0)