Skip to content

Commit

Permalink
Javadoc: Fix format nit
Browse files Browse the repository at this point in the history
  • Loading branch information
garydgregory committed Nov 11, 2024
1 parent b950ea8 commit ffbabba
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ public static byte[] digest(final MessageDigest messageDigest, final RandomAcces
* Gets a {@code MessageDigest} for the given {@code algorithm}.
*
* @param algorithm the name of the algorithm requested. See
* <a href="https://docs.oracle.com/javase/6/docs/technotes/guides/security/crypto/CryptoSpec.html#AppA" >Appendix A in the Java
* <a href="https://docs.oracle.com/javase/6/docs/technotes/guides/security/crypto/CryptoSpec.html#AppA">Appendix A in the Java
* Cryptography Architecture Reference Guide</a> for information about standard algorithm names.
* @return A digest instance.
* @see MessageDigest#getInstance(String)
Expand All @@ -163,7 +163,7 @@ public static MessageDigest getDigest(final String algorithm) {
* Gets a {@code MessageDigest} for the given {@code algorithm} or a default if there is a problem getting the algorithm.
*
* @param algorithm the name of the algorithm requested. See
* <a href="https://docs.oracle.com/javase/6/docs/technotes/guides/security/crypto/CryptoSpec.html#AppA" > Appendix A in the Java
* <a href="https://docs.oracle.com/javase/6/docs/technotes/guides/security/crypto/CryptoSpec.html#AppA"> Appendix A in the Java
* Cryptography Architecture Reference Guide</a> for information about standard algorithm names.
* @param defaultMessageDigest The default MessageDigest.
* @return A digest instance.
Expand Down Expand Up @@ -206,7 +206,7 @@ public static MessageDigest getMd5Digest() {
* Gets a {@code MessageDigest} for the given {@code algorithm}.
*
* @param algorithm the name of the algorithm requested. See
* <a href="https://docs.oracle.com/javase/6/docs/technotes/guides/security/crypto/CryptoSpec.html#AppA" > Appendix A in the Java
* <a href="https://docs.oracle.com/javase/6/docs/technotes/guides/security/crypto/CryptoSpec.html#AppA"> Appendix A in the Java
* Cryptography Architecture Reference Guide</a> for information about standard algorithm names.
* @return A digest instance.
* @see MessageDigest#getInstance(String)
Expand Down

0 comments on commit ffbabba

Please # to comment.