From 4365c54c8bf9914007db9a17e0d5c2dbeb0a2847 Mon Sep 17 00:00:00 2001 From: Unknown Date: Wed, 26 Jun 2019 20:53:14 +0800 Subject: revert the search alg change if it is not ascii --- src/main/java/me/shedaniel/rei/api/PluginDisabler.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/main/java/me/shedaniel/rei/api/PluginDisabler.java') diff --git a/src/main/java/me/shedaniel/rei/api/PluginDisabler.java b/src/main/java/me/shedaniel/rei/api/PluginDisabler.java index ed4f8638c..231db17ad 100644 --- a/src/main/java/me/shedaniel/rei/api/PluginDisabler.java +++ b/src/main/java/me/shedaniel/rei/api/PluginDisabler.java @@ -34,7 +34,7 @@ public interface PluginDisabler { /** * Disables a function from a plugin * - * @param plugin the identifier of the plugin + * @param plugin the identifier of the plugin * @param function the function to be disabled */ void disablePluginFunction(Identifier plugin, PluginFunction function); @@ -42,7 +42,7 @@ public interface PluginDisabler { /** * Enables a function from a plugin * - * @param plugin the identifier of the plugin + * @param plugin the identifier of the plugin * @param function the function to be enabled */ void enablePluginFunction(Identifier plugin, PluginFunction function); -- cgit