resolved some more warnings and applied autoformat in affected files

This commit is contained in:
cola98765
2021-10-07 11:17:02 +02:00
parent 1ed36ba6c4
commit 028aed53f8
3 changed files with 22 additions and 24 deletions
@@ -74,7 +74,7 @@ public class LodDimensionFileHandler
* Allow saving asynchronously, but never try to save multiple regions
* at a time
*/
private ExecutorService fileWritingThreadPool = Executors.newSingleThreadExecutor(new LodThreadFactory(this.getClass().getSimpleName()));
private final ExecutorService fileWritingThreadPool = Executors.newSingleThreadExecutor(new LodThreadFactory(this.getClass().getSimpleName()));