Skip to content

Commit

Permalink
fix(7): add package statement comment
Browse files Browse the repository at this point in the history
  • Loading branch information
101zh committed Jan 30, 2024
1 parent 7ee92f7 commit 8583253
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion src/main/java/Unit7/Game.java
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
package Unit7;

import java.util.ArrayList;
// Have to get rid of package statement

public class Game {
public static void play(GameWheel g) {
Expand Down
1 change: 0 additions & 1 deletion src/main/java/Unit7/GameWheel.java
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
// Have to get rid of package statement

import java.util.ArrayList;
import java.util.Arrays;

public class GameWheel {
private ArrayList<Slice> slices; // List of slices making up the wheel
Expand Down

0 comments on commit 8583253

Please sign in to comment.