Skip to content

Commit 48f23e2

Browse files
samuelfacvil02
andauthored
Update src/main/java/com/thealgorithms/strings/LetterCombinationsOfPhoneNumber.java
Co-authored-by: Piotr Idzik <[email protected]>
1 parent 667403b commit 48f23e2

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/main/java/com/thealgorithms/strings/LetterCombinationsOfPhoneNumber.java

-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ public final class LetterCombinationsOfPhoneNumber {
1111
private static final Map<Integer, String> MAP_OF_CHARS = Map.of(0, "", 1, "", 2, "abc", 3, "def", 4, "ghi", 5, "jkl", 6, "mno", 7, "pqrs", 8, "tuv", 9, "wxyz");
1212

1313
private LetterCombinationsOfPhoneNumber() {
14-
// Prevent instantiation
1514
}
1615

1716
/**

0 commit comments

Comments
 (0)