Fix broken javadoc

This commit is contained in:
Brady 2018-12-03 18:21:24 -06:00
parent 0236cb35d9
commit 70b74d39fc
No known key found for this signature in database
GPG Key ID: 73A788379A197567

View File

@ -60,7 +60,7 @@ public class ContainerMemory implements IContainerMemory {
/**
* An inventory that we are aware of.
* <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 {