Skip to content

Commit 42fdaba

Browse files
committed
Checkstyle: Line is longer than 120 characters.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/codec/trunk@1634433 13f79535-47bb-0310-9956-ffa450edef68
1 parent 09a6f09 commit 42fdaba

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -55,9 +55,9 @@ private static byte[] digest(final MessageDigest digest, final InputStream data)
5555
*
5656
* @param algorithm
5757
* the name of the algorithm requested. See <a
58-
* href="http://docs.oracle.com/javase/6/docs/technotes/guides/security/crypto/CryptoSpec.html#AppA">Appendix A in the Java
59-
* Cryptography Architecture Reference Guide</a> for information about standard algorithm
60-
* names.
58+
* href="http://docs.oracle.com/javase/6/docs/technotes/guides/security/crypto/CryptoSpec.html#AppA"
59+
* >Appendix A in the Java Cryptography Architecture Reference Guide</a> for information about standard
60+
* algorithm names.
6161
* @return A digest instance.
6262
* @see MessageDigest#getInstance(String)
6363
* @throws IllegalArgumentException

0 commit comments

Comments
 (0)