Fix broken javadoc

This commit is contained in:
Brady
2018-12-03 18:21:24 -06:00
parent 0236cb35d9
commit 70b74d39fc

View File

@@ -60,7 +60,7 @@ public class ContainerMemory implements IContainerMemory {
/** /**
* An inventory that we are aware of. * An inventory that we are aware of.
* <p> * <p>
* Associated with a {@link BlockPos} in {@link WorldDataContainer#rememberedInventories}. * Associated with a {@link BlockPos} in {@link ContainerMemory#inventories}.
*/ */
public static class RememberedInventory implements IRememberedInventory { public static class RememberedInventory implements IRememberedInventory {