Skip to content

Commit ba57565

Browse files
Adding build failed fixes.
1 parent 4d0dca0 commit ba57565

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

src/main/java/com/thealgorithms/graph/TopologicalSort.java

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,6 @@
1616
*/
1717
public final class TopologicalSort {
1818

19-
// Prevent instantiation
20-
private TopologicalSort() {
21-
throw new AssertionError("Cannot instantiate utility class");
22-
}
23-
2419
/**
2520
* Class that represents a directed graph and provides methods for
2621
* manipulating the graph

0 commit comments

Comments
 (0)