Skip to content

Commit a544e36

Browse files
committed
Javadoc
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/codec/trunk@1064435 13f79535-47bb-0310-9956-ffa450edef68
1 parent 758111e commit a544e36

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/java/org/apache/commons/codec/binary/BaseNCodec.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ public abstract class BaseNCodec implements BinaryEncoder, BinaryDecoder {
125125
protected int modulus;
126126

127127
/**
128-
* Note <code>lineLength</code> is rounded down to the nearest multiple of {@link encodedBlockSize}
128+
* Note <code>lineLength</code> is rounded down to the nearest multiple of {@link #encodedBlockSize}
129129
* If <code>chunkSeparatorLength</code> is zero, then chunking is disabled.
130130
* @param unencodedBlockSize the size of an unencoded block (e.g. Base64 = 3)
131131
* @param encodedBlockSize the size of an encoded block (e.g. Base64 = 4)

0 commit comments

Comments
 (0)