diff src/alice/jungle/operations/NetworkTreeOperation.java @ 77:2dba7e1cf9fa

Added NetworknodeOperation and Test
author one
date Tue, 15 Oct 2013 16:01:11 +0900
parents 9e3198bf9547
children 5b9708d9febc
line wrap: on
line diff
--- a/src/alice/jungle/operations/NetworkTreeOperation.java	Tue Oct 15 15:53:36 2013 +0900
+++ b/src/alice/jungle/operations/NetworkTreeOperation.java	Tue Oct 15 16:01:11 2013 +0900
@@ -36,7 +36,8 @@
 		path = _p;
 		operation = _op;
 	}
-		@Override
+	
+	@Override
 	public NodePath getNodePath() {
 		return path;
 	}