From 0d938c6ae3ecb933a2bc068c458b8d7313796683 Mon Sep 17 00:00:00 2001 From: Raoul Van den Berge Date: Tue, 14 Jun 2016 19:43:09 +0200 Subject: [PATCH] Small doc change --- src/main/java/refinedstorage/api/storage/NBTStorage.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/refinedstorage/api/storage/NBTStorage.java b/src/main/java/refinedstorage/api/storage/NBTStorage.java index b66555fc6..577c7e8b9 100755 --- a/src/main/java/refinedstorage/api/storage/NBTStorage.java +++ b/src/main/java/refinedstorage/api/storage/NBTStorage.java @@ -41,7 +41,7 @@ public abstract class NBTStorage implements IStorage { /** * @param tag The NBT tag we are reading from and writing the amount stored to, has to be initialized with {@link NBTStorage#createNBT()} if it doesn't exist yet - * @param capacity The capacity of this storage + * @param capacity The capacity of this storage, -1 for infinite capacity * @param tile A {@link TileEntity} that the NBT storage is in, will be marked dirty when storage changes */ public NBTStorage(NBTTagCompound tag, int capacity, @Nullable TileEntity tile) {