Mercurial > hg > Database > Alice
view src/main/java/alice/test/topology/fish/RoutingTable.java @ 419:aefbe41fcf12 dispose
change tab to space
author | sugi |
---|---|
date | Tue, 15 Jul 2014 16:00:22 +0900 |
parents | 8f71c3e6f11d |
children |
line wrap: on
line source
package alice.test.topology.fish; import java.util.ArrayList; import java.util.List; import org.msgpack.annotation.Message; @Message public class RoutingTable { int sumWidth = 0; List<Routing> table = new ArrayList<Routing>(); }