Skip to content

Commit 7f10968

Browse files
committed
#hacktoberfest2024
1 parent dce5677 commit 7f10968

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/test/java/com/thealgorithms/operatingsystemconcepts/BankersAlgorithm.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
package com.thealgorithms.Operating_System_Concepts_Implementation;
1+
package com.thealgorithms.operatingsystemconcepts;
22

33
import java.util.Arrays;
44
import java.util.Scanner;
@@ -158,4 +158,3 @@ public static void main(String[] args) {
158158
scanner.close();
159159
}
160160
}
161-

0 commit comments

Comments
 (0)