Skip to content

Commit 0e2e34b

Browse files
committed
Fix comments
1 parent 1383847 commit 0e2e34b

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

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

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,8 @@
55
/**
66
* This class implements the Non-Preemptive Priority Scheduling algorithm.
77
* Processes are executed in order of their priority. The process with the
8-
* highest priority (lower priority number) is executed first, and once a process starts
9-
* executing,
10-
* it cannot be preempted.
8+
* highest priority (lower priority number) is executed first,
9+
* and once a process starts executing, it cannot be preempted.
1110
*/
1211
public final class NonPreemptivePriorityScheduling {
1312

0 commit comments

Comments
 (0)