whitespace happiness

This commit is contained in:
Finn Huelsbusch
2022-08-12 09:56:01 +02:00
parent 9d8f1704a4
commit 4f3420564b
43 changed files with 1171 additions and 1176 deletions
@@ -12,7 +12,7 @@ public class SeriesParameters {
boolean hasCrossFleetMergedRanking, boolean startswithZeroScore, int[] discardingThresholds, Integer maximumNumberOfDiscards) {
this.firstColumnIsNonDiscardableCarryForward = firstColumnIsNonDiscardableCarryForward;
this.hasSplitFleetContiguousScoring = hasSplitFleetContiguousScoring;
this.hasCrossFleetMergedRanking = hasCrossFleetMergedRanking;
this.hasCrossFleetMergedRanking = hasCrossFleetMergedRanking;
this.startswithZeroScore = startswithZeroScore;
this.discardingThresholds = discardingThresholds;
this.maximumNumberOfDiscards = maximumNumberOfDiscards;
@@ -29,7 +29,7 @@ public class SeriesParameters {
public boolean isHasSplitFleetContiguousScoring() {
return hasSplitFleetContiguousScoring;
}
public boolean isHasCrossFleetMergedRanking() {
return hasCrossFleetMergedRanking;
}
@@ -37,7 +37,7 @@ public class SeriesParameters {
public void setSplitFleetContiguousScoring(boolean hasSplitFleetContiguousScoring) {
this.hasSplitFleetContiguousScoring = hasSplitFleetContiguousScoring;
}
public void setCrossFleetMergedRanking(boolean hasCrossFleetMergedRanking) {
this.hasCrossFleetMergedRanking = hasCrossFleetMergedRanking;
}