Removed DataController from server

This commit is contained in:
MickWerf
2020-06-07 14:24:51 +02:00
parent 51558d1d4d
commit e1029187f6
6 changed files with 13 additions and 108 deletions

View File

@@ -1,4 +1,4 @@
import netwerkprog.game.server.controllers.SessionController;
import netwerkprog.game.server.SessionController;
import org.junit.Test;
public class RestartSessionControllerTest {