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:
parent
e5ef5c3e75
commit
b027b1c1dd
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@ import jrummikub.util.Pair;
|
|||
*
|
||||
*/
|
||||
public class BaseAIControl extends AbstractTurnControl {
|
||||
long startTime;
|
||||
private long startTime;
|
||||
private ITurnTimer turnTimer;
|
||||
private List<Connection> connections = new ArrayList<Connection>();
|
||||
private Thread computeThread;
|
||||
|
|
Reference in a new issue