Resolved more warnings. Applied auto format in affected files.

This commit is contained in:
cola98765
2021-10-10 09:50:44 +02:00
parent ca4597e3d9
commit b67ab59a89
17 changed files with 445 additions and 470 deletions
@@ -20,7 +20,10 @@ package com.seibel.lod.handlers;
import com.seibel.lod.enums.DistanceGenerationMode;
import com.seibel.lod.enums.VerticalQuality;
import com.seibel.lod.objects.*;
import com.seibel.lod.objects.LodDimension;
import com.seibel.lod.objects.LodRegion;
import com.seibel.lod.objects.RegionPos;
import com.seibel.lod.objects.VerticalLevelContainer;
import com.seibel.lod.proxy.ClientProxy;
import com.seibel.lod.util.LodThreadFactory;
import com.seibel.lod.util.LodUtil;
@@ -45,7 +48,7 @@ public class LodDimensionFileHandler
/** This is the dimension that owns this file handler */
private LodDimension lodDimension = null;
private File dimensionDataSaveFolder;
private final File dimensionDataSaveFolder;
/** lod */
private static final String FILE_NAME_PREFIX = "lod";