diff src/alice/jungle/operations/NetworkAppendChildAtOperation.java @ 78:0055d917c796

Modified NetworkNodeOperation
author one
date Wed, 16 Oct 2013 17:24:15 +0900
parents 9e3198bf9547
children
line wrap: on
line diff
--- a/src/alice/jungle/operations/NetworkAppendChildAtOperation.java	Tue Oct 15 16:01:11 2013 +0900
+++ b/src/alice/jungle/operations/NetworkAppendChildAtOperation.java	Wed Oct 16 17:24:15 2013 +0900
@@ -16,8 +16,8 @@
 @Message
 public class NetworkAppendChildAtOperation implements NodeOperation {
 	
+	/* MessagePack cannot handle final.*/
 	//	private final int pos;
-	/* MessagePack cannot handle final.*/
 	private int pos;
 	
 	/* Position -1 represent root position. */