Skip to content

Commit d7b6b8d

Browse files
committed
Fix
1 parent 9415cf1 commit d7b6b8d

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,9 @@
1212
*
1313
* @author Hardvan
1414
*/
15-
public class AllConstruct {
15+
public final class AllConstruct {
16+
private AllConstruct() {
17+
}
1618

1719
/**
1820
* Finds all possible ways to construct the target string using substrings

0 commit comments

Comments
 (0)