From cefec723d071f8f781c8508edb7d595fc91365e2 Mon Sep 17 00:00:00 2001 From: GJ Date: Wed, 4 Jul 2012 10:12:10 -0400 Subject: [PATCH] Javadoc typo --- src/main/java/com/gmail/nossr50/util/ModChecks.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/com/gmail/nossr50/util/ModChecks.java b/src/main/java/com/gmail/nossr50/util/ModChecks.java index 7a36d61d6..b15e7520a 100644 --- a/src/main/java/com/gmail/nossr50/util/ModChecks.java +++ b/src/main/java/com/gmail/nossr50/util/ModChecks.java @@ -45,7 +45,7 @@ public class ModChecks { * Get the custom block associated with an block. * * @param block The block to check - * @return the armor if it exists, null otherwise + * @return the block if it exists, null otherwise */ public static CustomBlock getCustomBlock(Block block) { if (!blocksInstance.customItems.contains(new ItemStack(block.getTypeId(), 1, (short) 0, block.getData()))) {