Skip to content

Commit e04ddcf

Browse files
committed
Fix Javadoc indent.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/codec/trunk@1309060 13f79535-47bb-0310-9956-ffa450edef68
1 parent fcc8b54 commit e04ddcf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ public int available() throws IOException {
6767
* <p>The {@link #mark} method of {@link BaseNCodecInputStream} does nothing.</p>
6868
*
6969
* @param readLimit the maximum limit of bytes that can be read before the mark position becomes invalid.
70-
* @since 1.7
70+
* @since 1.7
7171
*/
7272
@Override
7373
public synchronized void mark(int readLimit) {

0 commit comments

Comments
 (0)