Browse Source

load store fix

Teh-Hai Julian Zheng 8 years ago
parent
commit
dcdcafa8f0
1 changed files with 0 additions and 1 deletions
  1. 0 1
      src/classes/CpsNode.java

+ 0 - 1
src/classes/CpsNode.java

@@ -10,7 +10,6 @@ public class CpsNode extends CpsObject {
 		super(objName);
 		this.setConnections(new ArrayList<CpsEdge>());
 		this.setImage("/Images/node.png");
-		this.setID(idCounter.nextId());
 		this.setSav("Canvas");
 	}