This commit is contained in:
2017-08-06 16:23:20 +02:00
parent f8bf702542
commit ca7e8b4ad3
-1
View File
@@ -11,7 +11,6 @@ public class Keyboard {
this.robot = new Robot();
}
public Keyboard(Robot robot) {
this.robot = robot;
}