|
|
|
|
@ -68,11 +68,11 @@ public class RaceClock {
|
|
|
|
|
/**
|
|
|
|
|
* Format string used for duration before it has started.
|
|
|
|
|
*/
|
|
|
|
|
private String durationBeforeStartFormat = "Starting in: %02d:%02d:%02d";
|
|
|
|
|
private String durationBeforeStartFormat = "%02d:%02d:%02d";
|
|
|
|
|
/**
|
|
|
|
|
* Format string used for duration once the race has started.
|
|
|
|
|
*/
|
|
|
|
|
private String durationAfterStartFormat = "Time: %02d:%02d:%02d";
|
|
|
|
|
private String durationAfterStartFormat = "%02d:%02d:%02d";
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|