Resolved more warnings. Applied auto format in affected files.
This commit is contained in:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user