Minor Change

Minor change to spacing in PocketManager
This commit is contained in:
SenseiKiwi
2014-03-05 20:24:29 -04:00
parent cd7cf4e7ca
commit 88656f5ad4

View File

@@ -35,10 +35,10 @@ import StevenDimDoors.mod_pocketDim.watcher.IUpdateWatcher;
import StevenDimDoors.mod_pocketDim.watcher.UpdateWatcherProxy; import StevenDimDoors.mod_pocketDim.watcher.UpdateWatcherProxy;
/** /**
* This class regulates all the operations involving the storage and manipulation of dimensions. It handles saving dim data, teleporting the player, and * This class regulates all the operations involving the storage and manipulation of dimensions.
* creating/registering new dimensions as well as loading old dimensions on startup * It handles saving dim data, teleporting the player, and creating/registering new dimensions as
* well as loading old dimensions on startup
*/ */
@SuppressWarnings("deprecation")
public class PocketManager public class PocketManager
{ {
private static class InnerDimData extends NewDimData implements IPackable<PackedDimData> private static class InnerDimData extends NewDimData implements IPackable<PackedDimData>