Skip to content

Commit

Permalink
Fix JavaDoc tag
Browse files Browse the repository at this point in the history
  • Loading branch information
D-Cysteine committed Apr 29, 2024
1 parent 0424528 commit 9f844d1
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,9 @@ public static List<ItemComponent> getComponents(String oreName) {
}

/**
* If {@component} is an {@link ItemComponent} with {@link ItemComponent#hasWildcardDamage()} equal to {@code true},
* then returns a list of all valid item damage permutations of that item; otherwise, returns a list containing just
* {@code component}.
* If {@code component} is an {@link ItemComponent} with {@link ItemComponent#hasWildcardDamage()} equal to
* {@code true}, then returns a list of all valid item damage permutations of that item; otherwise, returns a list
* containing just {@code component}.
*/
public static List<Component> getPermutations(Component component) {
if (component.type() != Component.ComponentType.ITEM) {
Expand Down

0 comments on commit 9f844d1

Please sign in to comment.