Skip to content

Commit 511ecaa

Browse files
committed
Fix
1 parent 1b8480b commit 511ecaa

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/main/java/com/thealgorithms/dynamicprogramming/Abbreviation.java

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,9 @@
1010
*
1111
* The task is to determine whether it is possible to make string `a` equal to string `b`.
1212
*/
13-
public class Abbreviation {
13+
public final class Abbreviation {
14+
private Abbreviation() {
15+
}
1416

1517
/**
1618
* Determines if string `a` can be transformed into string `b` by capitalizing

0 commit comments

Comments
 (0)