merged with dev

This commit is contained in:
Calum
2017-05-25 16:32:25 +12:00
parent 4231c3ccd8
commit c1aa1d8eae
@@ -323,7 +323,7 @@ public class BoatGroup extends Group {
return boat.getSourceID(); return boat.getSourceID();
} }
public Wake getWake () { public Group getWake () {
return wake; return wake;
} }
@@ -331,7 +331,7 @@ public class BoatGroup extends Group {
return lineGroup; return lineGroup;
} }
public BoatAnnotations getAnnotations() { public Group getAnnotations() {
return boatAnnotations; return boatAnnotations;
} }