comparison src/alice/test/topology/fish/StartFish.java @ 35:ac3b48c5f4da

share width each other with tree
author kazz <kazz@cr.ie.u-ryukyu.ac.jp>
date Fri, 20 Jan 2012 04:00:12 +0900
parents
children 7982324d4329
comparison
equal deleted inserted replaced
34:ca079a730d0b 35:ac3b48c5f4da
1 package alice.test.topology.fish;
2
3 import alice.codesegment.CodeSegment;
4
5 public class StartFish extends CodeSegment {
6
7 @Override
8 public void run() {
9 CheckMyName cs = new CheckMyName();
10 cs.host.setKey("local", "host");
11 }
12
13 }