mirror of
https://github.com/eclipse-sailing-analytics/sailing-analytics.git
synced 2026-09-22 21:55:39 +00:00
First implementation of CompetitorAndBoatStore (name is still CompetitorStore to minimize merge conflicts)
including persistence for boats and the new 'id' field of each boat. Will add more tests now.
This commit is contained in:
+1
-1
@@ -272,7 +272,7 @@ public class StructureImporter {
|
||||
}
|
||||
|
||||
private DynamicBoat createBoat(String name, Boat boat, BoatClass boatClass) {
|
||||
DynamicBoat boat1 = new BoatImpl(name + " boat", boatClass, boat.getSailNumber());
|
||||
DynamicBoat boat1 = new BoatImpl(name + " boat", name + " boat", boatClass, boat.getSailNumber());
|
||||
return boat1;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user