save a little space
This commit is contained in:
@ -28,7 +28,7 @@ public class Clock implements Timestamper.UpdateListener {
|
|||||||
_context = context;
|
_context = context;
|
||||||
_offset = 0;
|
_offset = 0;
|
||||||
_alreadyChanged = false;
|
_alreadyChanged = false;
|
||||||
_listeners = new HashSet(64);
|
_listeners = new HashSet(1);
|
||||||
_timestamper = new Timestamper(context, this);
|
_timestamper = new Timestamper(context, this);
|
||||||
_startedOn = System.currentTimeMillis();
|
_startedOn = System.currentTimeMillis();
|
||||||
_statCreated = false;
|
_statCreated = false;
|
||||||
@ -149,4 +149,4 @@ public class Clock implements Timestamper.UpdateListener {
|
|||||||
public static interface ClockUpdateListener {
|
public static interface ClockUpdateListener {
|
||||||
public void offsetChanged(long delta);
|
public void offsetChanged(long delta);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user