annotate src/alice/test/codesegment/local/TestLocalAlice.java @ 150:206c7dd9cb48 working

remove version alpha beta
author sugi
date Tue, 27 Nov 2012 19:41:52 +0900
parents 2ca2d961a8d2
children 4658bf530834
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
22
2ca2d961a8d2 implements outline of TopologyManager
kazz <kazz@cr.ie.u-ryukyu.ac.jp>
parents: 19
diff changeset
1 package alice.test.codesegment.local;
8
78b415d019de Local DS and CS work! maybe...
one
parents:
diff changeset
2
14
e3f1b21718b0 implements RemoteDataSegment
kazz <kazz@cr.ie.u-ryukyu.ac.jp>
parents: 9
diff changeset
3 public class TestLocalAlice {
150
206c7dd9cb48 remove version alpha beta
sugi
parents: 22
diff changeset
4 static long t = System.currentTimeMillis();
8
78b415d019de Local DS and CS work! maybe...
one
parents:
diff changeset
5 public static void main(String args[]) {
19
e7867328a2fb change execute() API
kazz <kazz@cr.ie.u-ryukyu.ac.jp>
parents: 14
diff changeset
6 new StartCodeSegment().execute();
8
78b415d019de Local DS and CS work! maybe...
one
parents:
diff changeset
7 }
78b415d019de Local DS and CS work! maybe...
one
parents:
diff changeset
8
78b415d019de Local DS and CS work! maybe...
one
parents:
diff changeset
9 }