Mercurial > hg > Database > Alice
comparison 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 |
comparison
equal
deleted
inserted
replaced
418:a269a019f5f8 | 419:aefbe41fcf12 |
---|---|
6 import org.msgpack.annotation.Message; | 6 import org.msgpack.annotation.Message; |
7 | 7 |
8 @Message | 8 @Message |
9 public class RoutingTable { | 9 public class RoutingTable { |
10 | 10 |
11 int sumWidth = 0; | 11 int sumWidth = 0; |
12 List<Routing> table = new ArrayList<Routing>(); | 12 List<Routing> table = new ArrayList<Routing>(); |
13 | 13 |
14 } | 14 } |