Skip to content

Commit

Permalink
#17 createNew method
Browse files Browse the repository at this point in the history
  • Loading branch information
SeungpilPark committed Sep 28, 2017
1 parent aed6c4b commit 998966e
Showing 1 changed file with 0 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -41,16 +41,6 @@ public void setShapeId(String shapeId) {
this.shapeId = shapeId;
}

String component;

public String getComponent() {
return component;
}

public void setComponent(String component) {
this.component = component;
}

double x;

public double getX() {
Expand Down

0 comments on commit 998966e

Please sign in to comment.