aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/me/shedaniel/rei/api/PluginDisabler.java
diff options
context:
space:
mode:
Diffstat (limited to 'src/main/java/me/shedaniel/rei/api/PluginDisabler.java')
-rw-r--r--src/main/java/me/shedaniel/rei/api/PluginDisabler.java4
1 files changed, 2 insertions, 2 deletions
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);