This commit is contained in:
Sem van der Hoeven
2020-06-07 13:43:05 +02:00
parent 7abe8e22a1
commit 1be186e113
8 changed files with 124 additions and 25 deletions

View File

@@ -39,4 +39,8 @@ public class Server {
public DataController getDataController() {
return dataController;
}
public void setDataController(DataController dataController) {
this.dataController = dataController;
}
}