bug5147: formatting

This commit is contained in:
Axel Uhl
2023-01-10 17:45:28 +01:00
parent ef98f3b6d9
commit 668ab85191
@@ -2678,7 +2678,7 @@ public class RegattasResource extends AbstractSailingServerResource {
}
getService().apply(new UpdateSeries(regatta.getRegattaIdentifier(), seriesName, seriesNameNew, isMedal,
isFleetsCanRunInParallel, resultDiscardingThresholds, startsWithZeroScore,
firstColumnIsNonDiscardableCarryForward, hasSplitFleetContiguousScoring, hasCrossFleetMergedRanking ,maximumNumberOfDiscards,
firstColumnIsNonDiscardableCarryForward, hasSplitFleetContiguousScoring, hasCrossFleetMergedRanking, maximumNumberOfDiscards,
oneAlwaysStaysOne, fleets));
} else {
throw new IllegalStateException("RegattaName could not be resolved to regatta " + regattaName);