Mercurial > hg > Database > Alice
diff src/alice/test/topology/fish/WidthReceiver.java @ 216:21bd8af1cf26 working
change asClass method
author | one |
---|---|
date | Wed, 27 Mar 2013 19:38:33 +0900 |
parents | fec0726bb126 |
children | b5c642ba998e |
line wrap: on
line diff
--- a/src/alice/test/topology/fish/WidthReceiver.java Wed Mar 27 18:35:43 2013 +0900 +++ b/src/alice/test/topology/fish/WidthReceiver.java Wed Mar 27 19:38:33 2013 +0900 @@ -16,7 +16,7 @@ public void run() { int width = this.widths.asInteger(this.widths); String from = this.widths.from; - RoutingTable routing = this.routing.asClass(this.routing, RoutingTable.class); + RoutingTable routing = this.routing.asClass(RoutingTable.class); Routing newRouting = new Routing(from, width); boolean update = false; for (Routing r : routing.table) {