removed unneeded imports
This commit is contained in:
parent
c8aa16c246
commit
6436ada263
|
@ -1,8 +1,5 @@
|
||||||
package ch.zhaw.ads;
|
package ch.zhaw.ads;
|
||||||
|
|
||||||
import ch.zhaw.ads.CommandExecutor;
|
|
||||||
import ch.zhaw.ads.Turtle;
|
|
||||||
|
|
||||||
public class HilbertServer implements CommandExecutor {
|
public class HilbertServer implements CommandExecutor {
|
||||||
Turtle turtle;
|
Turtle turtle;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue