Skip to content

Commit fdb4fba

Browse files
committed
Javadoc
1 parent 2472371 commit fdb4fba

File tree

1 file changed

+1
-1
lines changed
  • src/main/java/org/apache/commons/codec/binary

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
import org.apache.commons.codec.CodecPolicy;
2323

2424
/**
25-
* Provides Base16 encoding and decoding.
25+
* 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>.
2626
*
2727
* <p>
2828
* This class is thread-safe.

0 commit comments

Comments
 (0)