Skip to content

Commit a7824cd

Browse files
committed
Remove redundant modifiers like private on enum constructors.
1 parent 9d0d991 commit a7824cd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ public enum HmacAlgorithms {
8989

9090
private final String name;
9191

92-
private HmacAlgorithms(final String algorithm) {
92+
HmacAlgorithms(final String algorithm) {
9393
this.name = algorithm;
9494
}
9595

0 commit comments

Comments
 (0)