mirror of
https://github.com/eclipse-sailing-analytics/sailing-analytics.git
synced 2026-09-21 21:25:38 +00:00
removed redundant empty lines
This commit is contained in:
-3
@@ -35,13 +35,10 @@ public class TrackedRaceJsonSerializer implements JsonSerializer<TrackedRace> {
|
||||
|
||||
public JSONObject serialize(TrackedRace trackedRace) {
|
||||
JSONObject jsonRace = new JSONObject();
|
||||
|
||||
jsonRace.put(FIELD_NAME, trackedRace.getRace().getName());
|
||||
jsonRace.put(FIELD_REGATTA, trackedRace.getRaceIdentifier().getRegattaName());
|
||||
|
||||
if (windTrackSerializerProducer != null) {
|
||||
JSONArray windTracks = new JSONArray();
|
||||
|
||||
List<WindSource> windSources = getAvailableWindSources(trackedRace);
|
||||
JSONArray jsonWindSourcesDisplayed = new JSONArray();
|
||||
for (WindSource windSource : windSources) {
|
||||
|
||||
Reference in New Issue
Block a user