Skip to content

Commit 44bddb0

Browse files
committed
Javadoc
1 parent c664c6a commit 44bddb0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ public String toString() {
161161
/**
162162
* The maximum size buffer to allocate.
163163
*
164-
* <p>This is set to the same size used in the JDK {@code java.util.ArrayList}:</p>
164+
* <p>This is set to the same size used in the JDK {@link java.util.ArrayList}:</p>
165165
* <blockquote>
166166
* Some VMs reserve some header words in an array.
167167
* Attempts to allocate larger arrays may result in

0 commit comments

Comments
 (0)