Skip to content

Commit

Permalink
Fix a broken javadoc
Browse files Browse the repository at this point in the history
  • Loading branch information
mezz committed Sep 16, 2016
1 parent 0eb067f commit 0fbd364
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/mezz/jei/util/StackHelper.java
Expand Up @@ -184,7 +184,7 @@ public <R> R containsStack(@Nonnull Iterable<ItemStackMatchable<R>> stacks, @Non
}

/**
* Similar to ItemStack.areItemStacksEqual but ignores NBT on items without subtypes, and uses the INbtIgnoreList
* Similar to ItemStack.areItemStacksEqual but ignores NBT on items without subtypes, and uses the {@link ISubtypeRegistry}
*/
public boolean isEquivalent(@Nullable ItemStack lhs, @Nullable ItemStack rhs) {
if (lhs == rhs) {
Expand Down

0 comments on commit 0fbd364

Please sign in to comment.