This is an automated email from the ASF dual-hosted git repository. ggregory pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-codec.git
The following commit(s) were added to refs/heads/master by this push: new 44bddb05 Javadoc 44bddb05 is described below commit 44bddb055c3d78e2c4dbcd7df5eee366d2e4b144 Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Sun Dec 17 14:29:15 2023 -0500 Javadoc --- src/main/java/org/apache/commons/codec/binary/BaseNCodec.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/org/apache/commons/codec/binary/BaseNCodec.java b/src/main/java/org/apache/commons/codec/binary/BaseNCodec.java index 180dbf13..6163fbe4 100644 --- a/src/main/java/org/apache/commons/codec/binary/BaseNCodec.java +++ b/src/main/java/org/apache/commons/codec/binary/BaseNCodec.java @@ -161,7 +161,7 @@ public abstract class BaseNCodec implements BinaryEncoder, BinaryDecoder { /** * The maximum size buffer to allocate. * - * <p>This is set to the same size used in the JDK {@code java.util.ArrayList}:</p> + * <p>This is set to the same size used in the JDK {@link java.util.ArrayList}:</p> * <blockquote> * Some VMs reserve some header words in an array. * Attempts to allocate larger arrays may result in