diff src/alice/jungle/operations/NetworkPutAttributeOperation.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/NetworkPutAttributeOperation.java	Tue Oct 15 16:01:11 2013 +0900
+++ b/src/alice/jungle/operations/NetworkPutAttributeOperation.java	Wed Oct 16 17:24:15 2013 +0900
@@ -13,8 +13,9 @@
 @Message
 public class NetworkPutAttributeOperation  implements NodeOperation
 {
-	/* MessagePack cannot handle final.*/
-/*
+	
+/*  MessagePack cannot handle final.
+ *
  *	private final String key;
  *	private final ByteBuffer value;
  */