changeset 493:f3aae56b478f dispose

use new API
author sugi
date Thu, 11 Dec 2014 18:26:11 +0900
parents 24e535123df7
children dca4b392f788
files src/main/java/alice/test/topology/aquarium/fx/SendDataOthers.java
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/main/java/alice/test/topology/aquarium/fx/SendDataOthers.java	Thu Dec 11 06:29:31 2014 +0900
+++ b/src/main/java/alice/test/topology/aquarium/fx/SendDataOthers.java	Thu Dec 11 18:26:11 2014 +0900
@@ -25,7 +25,7 @@
         List<String> nodes = info.asClass(List.class);
         for (String node : nodes) {
             if (!info1.from.equals(node))
-                ods.put(node, key, info1.getVal());
+                ods.put(node, key, info1.getReceiveData());
         }
     }