We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2472371 commit fdb4fbaCopy full SHA for fdb4fba
src/main/java/org/apache/commons/codec/binary/Base16.java
@@ -22,7 +22,7 @@
22
import org.apache.commons.codec.CodecPolicy;
23
24
/**
25
- * 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>.
26
*
27
* <p>
28
* This class is thread-safe.
0 commit comments