Skip to content

Commit 7674457

Browse files
committed
Fix
1 parent 5bf765c commit 7674457

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/main/java/com/thealgorithms/greedyalgorithms/MinimumWaitingTime.java

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,9 @@
88
*
99
* @author Hardvan
1010
*/
11-
public class MinimumWaitingTime {
11+
public final class MinimumWaitingTime {
12+
private MinimumWaitingTime() {
13+
}
1214

1315
/**
1416
* Calculates the minimum waiting time for a list of queries.

0 commit comments

Comments
 (0)