mirror of
https://github.com/2OOP/pism.git
synced 2026-02-04 10:54:51 +00:00
Removed unused imports
This commit is contained in:
@@ -1,6 +1,5 @@
|
|||||||
package org.toop.game.reversi;
|
package org.toop.game.reversi;
|
||||||
|
|
||||||
import org.toop.game.Game;
|
|
||||||
import org.toop.game.TurnBasedGame;
|
import org.toop.game.TurnBasedGame;
|
||||||
import org.toop.game.enumerators.GameState;
|
import org.toop.game.enumerators.GameState;
|
||||||
import org.toop.game.records.Move;
|
import org.toop.game.records.Move;
|
||||||
|
|||||||
@@ -1,7 +1,5 @@
|
|||||||
package org.toop.game.tictactoe;
|
package org.toop.game.tictactoe;
|
||||||
|
|
||||||
import org.toop.game.Game;
|
|
||||||
|
|
||||||
import java.util.*;
|
import java.util.*;
|
||||||
|
|
||||||
import org.junit.jupiter.api.BeforeEach;
|
import org.junit.jupiter.api.BeforeEach;
|
||||||
|
|||||||
Reference in New Issue
Block a user