Skip to content

Commit 322cc85

Browse files
committed
Javadoc typo
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/codec/trunk@1493418 13f79535-47bb-0310-9956-ffa450edef68
1 parent b623db9 commit 322cc85

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/main/java/org/apache/commons/codec/digest/DigestUtils.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ private static byte[] digest(final MessageDigest digest, final InputStream data)
5858
* href="http://java.sun.com/j2se/1.3/docs/guide/security/CryptoSpec.html#AppA">Appendix A in the Java
5959
* Cryptography Architecture API Specification & Reference</a> for information about standard algorithm
6060
* names.
61-
* @return An MD5 digest instance.
61+
* @return A digest instance.
6262
* @see MessageDigest#getInstance(String)
6363
* @throws IllegalArgumentException
6464
* when a {@link NoSuchAlgorithmException} is caught.
@@ -784,7 +784,7 @@ public static MessageDigest updateDigest(final MessageDigest messageDigest, fina
784784
* The MessageDigest to use (e.g. MD5)
785785
* @param data
786786
* Data to digest
787-
* @return MD5 digest
787+
* @return the digest
788788
* @throws IOException
789789
* On error reading from the stream
790790
* @since 1.8

0 commit comments

Comments
 (0)