summaryrefslogtreecommitdiff
path: root/src/main/java/darkknight/jewelrycraft/config/ConfigGuiFactory.java
diff options
context:
space:
mode:
Diffstat (limited to 'src/main/java/darkknight/jewelrycraft/config/ConfigGuiFactory.java')
-rwxr-xr-xsrc/main/java/darkknight/jewelrycraft/config/ConfigGuiFactory.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/main/java/darkknight/jewelrycraft/config/ConfigGuiFactory.java b/src/main/java/darkknight/jewelrycraft/config/ConfigGuiFactory.java
index 2e8f86f..1ff4a6f 100755
--- a/src/main/java/darkknight/jewelrycraft/config/ConfigGuiFactory.java
+++ b/src/main/java/darkknight/jewelrycraft/config/ConfigGuiFactory.java
@@ -22,8 +22,8 @@ public class ConfigGuiFactory implements IModGuiFactory {
}
@Override
- public RuntimeOptionGuiHandler
- getHandlerFor(RuntimeOptionCategoryElement element) {
+ public RuntimeOptionGuiHandler getHandlerFor(
+ RuntimeOptionCategoryElement element) {
return null;
}
} \ No newline at end of file