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
commit fdb4fba38fff447a0655b17ef63c49dc6ec1ba3e Author: Gary D. Gregory <garydgreg...@gmail.com> AuthorDate: Wed Jan 22 15:48:59 2025 -0500 Javadoc --- src/main/java/org/apache/commons/codec/binary/Base16.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/org/apache/commons/codec/binary/Base16.java b/src/main/java/org/apache/commons/codec/binary/Base16.java index d14587f1..d1920a10 100644 --- a/src/main/java/org/apache/commons/codec/binary/Base16.java +++ b/src/main/java/org/apache/commons/codec/binary/Base16.java @@ -22,7 +22,7 @@ import java.util.Objects; import org.apache.commons.codec.CodecPolicy; /** - * Provides Base16 encoding and decoding. + * Provides Base32 encoding and decoding as defined by <a href="https://tools.ietf.org/html/rfc4648#section-8">RFC 4648 - 8. Base 16 Encoding</a>. * * <p> * This class is thread-safe.