From 2307972bc9fc7682499b12d3e9e3cdf33cc26d62 Mon Sep 17 00:00:00 2001 From: Unknown Date: Sun, 12 May 2019 12:10:43 +0800 Subject: Fix doc --- src/main/java/me/shedaniel/rei/api/DisplayVisibilityHandler.java | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src/main/java/me/shedaniel/rei/api/DisplayVisibilityHandler.java') diff --git a/src/main/java/me/shedaniel/rei/api/DisplayVisibilityHandler.java b/src/main/java/me/shedaniel/rei/api/DisplayVisibilityHandler.java index 39a106783..8f6156891 100644 --- a/src/main/java/me/shedaniel/rei/api/DisplayVisibilityHandler.java +++ b/src/main/java/me/shedaniel/rei/api/DisplayVisibilityHandler.java @@ -18,10 +18,10 @@ public interface DisplayVisibilityHandler { /** * Handles the visibility of the display. - * {@link DisplayVisibility.PASS} to pass the handling to another handler - * {@link DisplayVisibility.ALWAYS_VISIBLE} to always display it - * {@link DisplayVisibility.CONFIG_OPTIONAL} to allow user to configure the visibility - * {@link DisplayVisibility.NEVER_VISIBLE} to never display it + * {@link DisplayVisibility#PASS} to pass the handling to another handler + * {@link DisplayVisibility#ALWAYS_VISIBLE} to always display it + * {@link DisplayVisibility#CONFIG_OPTIONAL} to allow user to configure the visibility + * {@link DisplayVisibility#NEVER_VISIBLE} to never display it * * @param category the category of the display * @param display the display of the recipe -- cgit