You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by gg...@apache.org on 2012/04/03 19:27:28 UTC

svn commit: r1309060 - /commons/proper/codec/trunk/src/main/java/org/apache/commons/codec/binary/BaseNCodecInputStream.java

Author: ggregory
Date: Tue Apr  3 17:27:27 2012
New Revision: 1309060

URL: http://svn.apache.org/viewvc?rev=1309060&view=rev
Log:
Fix Javadoc indent.

Modified:
    commons/proper/codec/trunk/src/main/java/org/apache/commons/codec/binary/BaseNCodecInputStream.java

Modified: commons/proper/codec/trunk/src/main/java/org/apache/commons/codec/binary/BaseNCodecInputStream.java
URL: http://svn.apache.org/viewvc/commons/proper/codec/trunk/src/main/java/org/apache/commons/codec/binary/BaseNCodecInputStream.java?rev=1309060&r1=1309059&r2=1309060&view=diff
==============================================================================
--- commons/proper/codec/trunk/src/main/java/org/apache/commons/codec/binary/BaseNCodecInputStream.java (original)
+++ commons/proper/codec/trunk/src/main/java/org/apache/commons/codec/binary/BaseNCodecInputStream.java Tue Apr  3 17:27:27 2012
@@ -67,7 +67,7 @@ public class BaseNCodecInputStream exten
      * <p>The {@link #mark} method of {@link BaseNCodecInputStream} does nothing.</p>
      *
      * @param readLimit the maximum limit of bytes that can be read before the mark position becomes invalid.
-     *  @since 1.7
+     * @since 1.7
      */
     @Override
     public synchronized void mark(int readLimit) {