startTime in BaseAIControl is now private

git-svn-id: svn://sunsvr01.isp.uni-luebeck.de/swproj13/trunk@374 72836036-5685-4462-b002-a69064685172
This commit is contained in:
Bennet Gerlach 2011-06-01 02:01:07 +02:00
parent e5ef5c3e75
commit b027b1c1dd

View file

@ -22,7 +22,7 @@ import jrummikub.util.Pair;
* *
*/ */
public class BaseAIControl extends AbstractTurnControl { public class BaseAIControl extends AbstractTurnControl {
long startTime; private long startTime;
private ITurnTimer turnTimer; private ITurnTimer turnTimer;
private List<Connection> connections = new ArrayList<Connection>(); private List<Connection> connections = new ArrayList<Connection>();
private Thread computeThread; private Thread computeThread;