Skip to content

Commit 2aa8f67

Browse files
committed
Simplify comment
1 parent f33faf2 commit 2aa8f67

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ public class MessageDigestAlgorithms {
172172
* @since 1.11
173173
*/
174174
public static String[] values() {
175-
// N.B. do not use a constant array here as that can be changed externally by accident or design
175+
// Do not use a constant array here as that can be changed externally by accident or design
176176
return new String[] {
177177
MD2, MD5, SHA_1, SHA_224, SHA_256, SHA_384,
178178
SHA_512, SHA_512_224, SHA_512_256, SHA3_224, SHA3_256, SHA3_384, SHA3_512

0 commit comments

Comments
 (0)