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/REIPluginEntry.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/main/java/me/shedaniel/rei/api/REIPluginEntry.java') diff --git a/src/main/java/me/shedaniel/rei/api/REIPluginEntry.java b/src/main/java/me/shedaniel/rei/api/REIPluginEntry.java index 615c53fd9..87876b46e 100644 --- a/src/main/java/me/shedaniel/rei/api/REIPluginEntry.java +++ b/src/main/java/me/shedaniel/rei/api/REIPluginEntry.java @@ -43,7 +43,7 @@ public interface REIPluginEntry { /** * Not called anymore! * - * @param recipeHelper + * @param recipeHelper the helper class * @see REIPluginEntry#registerOthers(RecipeHelper) */ @Deprecated -- cgit