Merge branch 'develop' into Issue#4_boat_movement

Conflicts:
	src/main/java/seng302/models/BoatGroup.java
	src/main/java/seng302/models/Wake.java
This commit is contained in:
Michael Rausch
2017-05-19 21:40:16 +12:00
+1 -1
View File
@@ -63,7 +63,7 @@ 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("localhost", 4949, "RaceStream");
sr = new StreamReceiver("livedata.americascup.com", 4941, "RaceStream");
}