Skip to content

Commit

Permalink
Fix subtype registry documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
mezz committed Jul 12, 2016
1 parent 87a98f7 commit 834c492
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/mezz/jei/api/ISubtypeRegistry.java
Expand Up @@ -34,7 +34,7 @@ public interface ISubtypeRegistry {

/**
* Get the data from an itemStack that is relevant to comparing and telling subtypes apart.
* Returns null if the itemStack has information used for subtypes.
* Returns null if the itemStack has no information used for subtypes.
*/
@Nullable
String getSubtypeInfo(@Nonnull ItemStack itemStack);
Expand Down

0 comments on commit 834c492

Please sign in to comment.