Skip to content

Commit abfe77e

Browse files
riti2601vil02
andauthored
Update src/main/java/com/thealgorithms/ciphers/MonoAlphabetic.java
Co-authored-by: Piotr Idzik <[email protected]>
1 parent a8f58f6 commit abfe77e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/main/java/com/thealgorithms/ciphers/MonoAlphabetic.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22

33
public final class MonoAlphabetic {
44

5-
// Private constructor to prevent instantiation of utility class
65
private MonoAlphabetic() {
76
throw new UnsupportedOperationException("Utility class");
87
}

0 commit comments

Comments
 (0)