This commit is contained in:
unknown
2015-04-07 12:36:14 +02:00
parent d8efbc8616
commit a2110d3e58
9 changed files with 81 additions and 60 deletions
-1
View File
@@ -10,7 +10,6 @@ public class Path extends DrawObject {
super("path", position);
}
@Override
public String getName() {
return "Path";
}