Cleaned up code for merge.

#story[889]
This commit is contained in:
Kusal Ekanayake
2017-05-15 17:21:56 +12:00
parent 110143ae6e
commit fa501460cb
7 changed files with 17 additions and 108 deletions
-2
View File
@@ -63,8 +63,6 @@ public class App extends Application
//Change the StreamReceiver in this else block to change the default data source.
else{
sr = new StreamReceiver("localhost", 4949, "RaceStream");
// sr = new StreamReceiver("csse-s302staff.canterbury.ac.nz", 4941, "RaceStream");
// sr = new StreamReceiver("livedata.americascup.com", 4941, "RaceStream");
}
sr.start();