소스 검색

Javadoc typo

GJ 13 년 전
부모
커밋
cefec723d0
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/main/java/com/gmail/nossr50/util/ModChecks.java

+ 1 - 1
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()))) {