Closedown
This commit is contained in:
@@ -11,7 +11,7 @@ import java.util.logging.Level;
|
||||
public class PuckDetection extends DeviceBase{
|
||||
public static final int PUCKS_NUMBER = 30;
|
||||
final String server;
|
||||
volatile Chrono chrono;
|
||||
public volatile Chrono chrono;
|
||||
|
||||
public PuckDetection(String name, String server){
|
||||
super(name);
|
||||
|
||||
Reference in New Issue
Block a user