Skip to content

Commit 7b24a09

Browse files
committed
Better Jaavdocs.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/codec/trunk@1072748 13f79535-47bb-0310-9956-ffa450edef68
1 parent f8c987f commit 7b24a09

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

src/java/org/apache/commons/codec/binary/package.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,6 @@
1616
-->
1717
<html>
1818
<body>
19-
Base64, Binary, and Hexadecimal String encoding and decoding.
19+
Base64, Base32, Binary, and Hexadecimal String encoding and decoding.
2020
</body>
2121
</html>

src/java/org/apache/commons/codec/digest/package.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,6 @@
1616
-->
1717
<html>
1818
<body>
19-
Operations to simplifiy common <code>MessageDigest</code> tasks.
19+
Simplifies common {@link java.security.MessageDigest} tasks.
2020
</body>
2121
</html>

0 commit comments

Comments
 (0)