diff src/alice/datasegment/DataSegmentValue.java @ 195:b4ca7f75e6b2 working

add put , Update API (no convert to value)
author e095732
date Tue, 12 Mar 2013 00:49:19 +0900
parents a85ff8dc16c1
children f151dea22b2c
line wrap: on
line diff
--- a/src/alice/datasegment/DataSegmentValue.java	Fri Mar 08 15:56:48 2013 +0900
+++ b/src/alice/datasegment/DataSegmentValue.java	Tue Mar 12 00:49:19 2013 +0900
@@ -22,7 +22,7 @@
 		this.from = reverseKey;
 	}
 
-	public void setDataSegmentValue(int index, Value val, Object obj,String reverseKey){
+	public void setDataSegmentValue(int index, Value val, Object obj, String reverseKey){
 		this.index = index;
 		this.val = val;
 		this.obj = obj;