Fix a handful of Javadoc issues - need to check through the rest later to ensure that we actually have updated JDs for everything

This commit is contained in:
GJ
2013-01-30 19:42:40 -05:00
parent a1d710fe3d
commit cd35df17ec
20 changed files with 33 additions and 43 deletions

View File

@ -145,7 +145,7 @@ public final class ModChecks {
/**
* Checks to see if an item is a custom tool.
*
* @param is Item to check
* @param item Item to check
* @return true if the item is a custom tool, false otherwise
*/
public static boolean isCustomTool(ItemStack item) {
@ -159,7 +159,7 @@ public final class ModChecks {
/**
* Checks to see if an item is custom armor.
*
* @param is Item to check
* @param item Item to check
* @return true if the item is custom armor, false otherwise
*/
public static boolean isCustomArmor(ItemStack item) {