diff src/alice/jungle/datasegment/store/operations/DefaultNodePathContainer.java @ 62:85bc7416ae02

modified some container using SingletonMessage
author one
date Fri, 19 Jul 2013 11:08:04 +0900
parents 190f6a3bdab2
children 89e39301ccaa
line wrap: on
line diff
--- a/src/alice/jungle/datasegment/store/operations/DefaultNodePathContainer.java	Mon Jul 15 18:26:10 2013 +0900
+++ b/src/alice/jungle/datasegment/store/operations/DefaultNodePathContainer.java	Fri Jul 19 11:08:04 2013 +0900
@@ -13,6 +13,8 @@
 import org.msgpack.template.ListTemplate;
 import org.msgpack.type.Value;
 
+import alice.codesegment.SingletonMessage;
+
 @Message
 public class DefaultNodePathContainer {
 
@@ -41,7 +43,6 @@
 		}
 		/* Remove first Element(-1). */
 		list.remove(0);
-		msgpack.register(List.class, new ListTemplate(IntegerTemplate.getInstance()));
 		Value v = msgpack.unconvert(list);
 		pathValue = v;
 	}