diff src/alice/jungle/operations/NetworkNodePath.java @ 67:89e39301ccaa

remove some warning
author one
date Thu, 10 Oct 2013 19:17:21 +0900
parents 190f6a3bdab2
children b0af3960917f
line wrap: on
line diff
--- a/src/alice/jungle/operations/NetworkNodePath.java	Tue Aug 20 17:38:09 2013 +0900
+++ b/src/alice/jungle/operations/NetworkNodePath.java	Thu Oct 10 19:17:21 2013 +0900
@@ -6,6 +6,7 @@
 import jp.ac.u_ryukyu.ie.cr.shoshi.jungle.store.NodePath;
 import jp.ac.u_ryukyu.ie.cr.shoshi.jungle.util.Pair;
 
+@Message
 public class NetworkNodePath implements NodePath
 {
 	LinkedList<Integer> path;