Fixed estimate time to next mark to match acceptance criteria which is countdown in minutes and seconds.

#story[924]
This commit is contained in:
Zhi You Tan
2017-05-15 15:49:21 +12:00
parent 081d7e3dcb
commit 2e914a7704
4 changed files with 26 additions and 8 deletions
+2 -2
View File
@@ -62,9 +62,9 @@ public class App extends Application
}
//Change the StreamReceiver in this else block to change the default data source.
else{
sr = new StreamReceiver("livedata.americascup.com", 4941, "RaceStream");
// sr = new StreamReceiver("livedata.americascup.com", 4941, "RaceStream");
// sr = new StreamReceiver("localhost", 4949, "RaceStream");
sr = new StreamReceiver("localhost", 4949, "RaceStream");
}
sr.start();