diff src/alice/datasegment/Command.java @ 217:b5c642ba998e working

change as** method and remove "local" key in TEST
author sugi
date Wed, 27 Mar 2013 20:02:38 +0900
parents 7dddff9fa7f3
children 38154e695025
line wrap: on
line diff
--- a/src/alice/datasegment/Command.java	Wed Mar 27 19:38:33 2013 +0900
+++ b/src/alice/datasegment/Command.java	Wed Mar 27 20:02:38 2013 +0900
@@ -61,12 +61,4 @@
 		return this.type + "\t" + key + "\t" + val + "\tindex=" + index + "\tcs=" + csName;
 	}
 	
-	public void setElement(CommandType cmdType, String key, Value val, Object obj){
-		this.type = cmdType;
-		this.key = key;
-		this.val = val;
-		this.obj = obj;
-		this.reverseKey = "local";
-	}
-	
 }