Skip to content

Commit d7b0b79

Browse files
committed
Forgot @SInCE markers
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/codec/trunk@1308607 13f79535-47bb-0310-9956-ffa450edef68
1 parent 9a2c820 commit d7b0b79

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,7 @@ public int available() throws IOException {
6464
* <p>The {@link #mark} method of {@link BaseNCodecInputStream} does nothing.</p>
6565
*
6666
* @param readLimit the maximum limit of bytes that can be read before the mark position becomes invalid.
67+
* @since 1.7
6768
*/
6869
@Override
6970
public synchronized void mark(int readLimit) {
@@ -167,6 +168,7 @@ public int read(byte b[], int offset, int len) throws IOException {
167168
* <p>The {@link #reset} method of {@link BaseNCodecInputStream} does nothing except throw an {@link IOException}.</p>
168169
*
169170
* @throws IOException if this method is invoked
171+
* @since 1.7
170172
*/
171173
@Override
172174
public synchronized void reset() throws IOException {

0 commit comments

Comments
 (0)