Skip to content

Commit 919e2f3

Browse files
committed
Add javadoc <p> tags
1 parent 467b85c commit 919e2f3

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

  • src/main/java/org/apache/commons/codec/binary

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

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,15 +25,17 @@
2525
* <p>
2626
* This class is thread-safe.
2727
* </p>
28-
*
28+
* <p>
2929
* This implementation strictly follows RFC 4648, and as such unlike
3030
* the {@link Base32} and {@link Base64} implementations,
3131
* it does not ignore invalid alphabet characters or whitespace,
3232
* neither does it offer chunking or padding characters.
33-
*
33+
* </p>
34+
* <p>
3435
* The only additional feature above those specified in RFC 4648
3536
* is support for working with a lower-case alphabet in addition
3637
* to the default upper-case alphabet.
38+
* </p>
3739
*
3840
* @see <a href="https://tools.ietf.org/html/rfc4648#section-8">RFC 4648 - 8. Base 16 Encoding</a>
3941
*

0 commit comments

Comments
 (0)