Skip to content

Commit

Permalink
Fixed missing javadoc
Browse files Browse the repository at this point in the history
  • Loading branch information
WillFP committed Jul 26, 2021
1 parent 625b981 commit 6611a0f
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,11 @@

import java.util.function.Predicate;

/**
* Existing testable items with an extra filter.
*
* @see com.willfp.eco.core.items.CustomItem
*/
public class ModifiedTestableItem implements TestableItem {
/**
* The item.
Expand Down

0 comments on commit 6611a0f

Please sign in to comment.