Author: ggregory
Date: Sun Feb 20 21:47:09 2011
New Revision: 1072748
URL: http://svn.apache.org/viewvc?rev=1072748&view=rev
Log:
Better Jaavdocs.
Modified:
commons/proper/codec/trunk/src/java/org/apache/commons/codec/binary/package.html
commons/proper/codec/trunk/src/java/org/apache/commons/codec/digest/package.html
Modified:
commons/proper/codec/trunk/src/java/org/apache/commons/codec/binary/package.html
URL:
http://svn.apache.org/viewvc/commons/proper/codec/trunk/src/java/org/apache/commons/codec/binary/package.html?rev=1072748&r1=1072747&r2=1072748&view=diff
==============================================================================
---
commons/proper/codec/trunk/src/java/org/apache/commons/codec/binary/package.html
(original)
+++
commons/proper/codec/trunk/src/java/org/apache/commons/codec/binary/package.html
Sun Feb 20 21:47:09 2011
@@ -16,6 +16,6 @@ limitations under the License.
-->
<html>
<body>
- Base64, Binary, and Hexadecimal String encoding and decoding.
+ Base64, Base32, Binary, and Hexadecimal String encoding and decoding.
</body>
</html>
Modified:
commons/proper/codec/trunk/src/java/org/apache/commons/codec/digest/package.html
URL:
http://svn.apache.org/viewvc/commons/proper/codec/trunk/src/java/org/apache/commons/codec/digest/package.html?rev=1072748&r1=1072747&r2=1072748&view=diff
==============================================================================
---
commons/proper/codec/trunk/src/java/org/apache/commons/codec/digest/package.html
(original)
+++
commons/proper/codec/trunk/src/java/org/apache/commons/codec/digest/package.html
Sun Feb 20 21:47:09 2011
@@ -16,6 +16,6 @@ limitations under the License.
-->
<html>
<body>
- Operations to simplifiy common <code>MessageDigest</code> tasks.
+ Simplifies common {@link java.security.MessageDigest} tasks.
</body>
</html>