Skip to content

Commit 271ddc5

Browse files
committed
Fix
1 parent 797623a commit 271ddc5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
* within the given timeframe. It sorts the jobs in decreasing order of profit
1313
* and attempts to assign them to the latest possible time slots.
1414
*/
15-
public class JobSchedulingWithDeadline {
15+
public final class JobSchedulingWithDeadline {
1616
private JobSchedulingWithDeadline() {
1717
}
1818

0 commit comments

Comments
 (0)