Merge branch 'develop' into Story47CourseLimits

Conflicts:
	src/main/java/seng302/App.java
This commit is contained in:
Michael Rausch
2017-05-15 18:37:31 +12:00
8 changed files with 307 additions and 267 deletions
+1 -2
View File
@@ -61,7 +61,7 @@ public class App extends Application {
}
}
//Change the StreamReceiver in this else block to change the default data source.
else {
else{
sr = new StreamReceiver("localhost", 4949, "RaceStream");
}
@@ -71,7 +71,6 @@ public class App extends Application {
launch(args);
}
}