Fixes code formatting

This commit is contained in:
Kristian Knarvik 2021-11-07 04:29:25 +01:00
parent 42e208402e
commit 527562bc60
3 changed files with 7 additions and 7 deletions

View File

@ -208,7 +208,7 @@ public final class PortalFileHelper {
* <p>This will open always on portals, print info about loaded stargates and re-draw portal signs for loaded * <p>This will open always on portals, print info about loaded stargates and re-draw portal signs for loaded
* portals.</p> * portals.</p>
* *
* @param world <p>The world portals have been loaded for</p> * @param world <p>The world portals have been loaded for</p>
* @param needsToSaveDatabase <p>Whether the portal database's file needs to be updated</p> * @param needsToSaveDatabase <p>Whether the portal database's file needs to be updated</p>
*/ */
private static void doPostLoadTasks(World world, boolean needsToSaveDatabase) { private static void doPostLoadTasks(World world, boolean needsToSaveDatabase) {