Skip to content

Commit ffbabba

Browse files
committed
Javadoc: Fix format nit
1 parent b950ea8 commit ffbabba

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ public static byte[] digest(final MessageDigest messageDigest, final RandomAcces
145145
* Gets a {@code MessageDigest} for the given {@code algorithm}.
146146
*
147147
* @param algorithm the name of the algorithm requested. See
148-
* <a href="https://docs.oracle.com/javase/6/docs/technotes/guides/security/crypto/CryptoSpec.html#AppA" >Appendix A in the Java
148+
* <a href="https://docs.oracle.com/javase/6/docs/technotes/guides/security/crypto/CryptoSpec.html#AppA">Appendix A in the Java
149149
* Cryptography Architecture Reference Guide</a> for information about standard algorithm names.
150150
* @return A digest instance.
151151
* @see MessageDigest#getInstance(String)
@@ -163,7 +163,7 @@ public static MessageDigest getDigest(final String algorithm) {
163163
* Gets a {@code MessageDigest} for the given {@code algorithm} or a default if there is a problem getting the algorithm.
164164
*
165165
* @param algorithm the name of the algorithm requested. See
166-
* <a href="https://docs.oracle.com/javase/6/docs/technotes/guides/security/crypto/CryptoSpec.html#AppA" > Appendix A in the Java
166+
* <a href="https://docs.oracle.com/javase/6/docs/technotes/guides/security/crypto/CryptoSpec.html#AppA"> Appendix A in the Java
167167
* Cryptography Architecture Reference Guide</a> for information about standard algorithm names.
168168
* @param defaultMessageDigest The default MessageDigest.
169169
* @return A digest instance.
@@ -206,7 +206,7 @@ public static MessageDigest getMd5Digest() {
206206
* Gets a {@code MessageDigest} for the given {@code algorithm}.
207207
*
208208
* @param algorithm the name of the algorithm requested. See
209-
* <a href="https://docs.oracle.com/javase/6/docs/technotes/guides/security/crypto/CryptoSpec.html#AppA" > Appendix A in the Java
209+
* <a href="https://docs.oracle.com/javase/6/docs/technotes/guides/security/crypto/CryptoSpec.html#AppA"> Appendix A in the Java
210210
* Cryptography Architecture Reference Guide</a> for information about standard algorithm names.
211211
* @return A digest instance.
212212
* @see MessageDigest#getInstance(String)

0 commit comments

Comments
 (0)