diff src/jungle/test/operations/NetworkTreeOperation.java @ 2:20498c88a70d

add Container
author one
date Sun, 09 Jun 2013 13:53:16 +0900
parents 8ee02d1a2b12
children
line wrap: on
line diff
--- a/src/jungle/test/operations/NetworkTreeOperation.java	Fri Jun 07 19:26:08 2013 +0900
+++ b/src/jungle/test/operations/NetworkTreeOperation.java	Sun Jun 09 13:53:16 2013 +0900
@@ -9,8 +9,8 @@
 @Message
 public class NetworkTreeOperation implements TreeOperation {
 
-	private NodePath path;
-	private NodeOperation operation;
+	public NodePath path;
+	public NodeOperation operation;
 	
 	public NetworkTreeOperation() {
 		path = null;