Skip to content

Commit 797623a

Browse files
committed
Fix
1 parent e42fb12 commit 797623a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/main/java/com/thealgorithms/scheduling/JobSchedulingWithDeadline.java

+2
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@
1313
* and attempts to assign them to the latest possible time slots.
1414
*/
1515
public class JobSchedulingWithDeadline {
16+
private JobSchedulingWithDeadline() {
17+
}
1618

1719
/**
1820
* Represents a job with an ID, deadline, and profit.

0 commit comments

Comments
 (0)