mirror of
https://github.com/michaelrausch/Party-Parrots-At-Sea.git
synced 2026-05-09 14:28:43 +00:00
Added and fixed docstrings
Tags #docs
This commit is contained in:
@@ -199,7 +199,7 @@ public class Race {
|
||||
|
||||
// I just simply print it out for testing
|
||||
System.out.println(nextEvent.getEventString());
|
||||
nextEvent.addBoatToMarker();
|
||||
nextEvent.boatPassedMarker();
|
||||
|
||||
if (nextEvent.getIsFinishingEvent()) {
|
||||
this.finishingOrder.add(nextEvent.getBoat());
|
||||
|
||||
Reference in New Issue
Block a user