From f8f2ffab63792a8ccd02b8627c0d2c0b2fad71fd Mon Sep 17 00:00:00 2001 From: shedaniel Date: Sat, 23 Nov 2019 17:28:16 +0800 Subject: 3.2.10 --- src/main/java/me/shedaniel/rei/api/ConfigManager.java | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) (limited to 'src/main/java/me/shedaniel/rei/api/ConfigManager.java') diff --git a/src/main/java/me/shedaniel/rei/api/ConfigManager.java b/src/main/java/me/shedaniel/rei/api/ConfigManager.java index 3d14cc131..277836859 100644 --- a/src/main/java/me/shedaniel/rei/api/ConfigManager.java +++ b/src/main/java/me/shedaniel/rei/api/ConfigManager.java @@ -6,7 +6,6 @@ package me.shedaniel.rei.api; import me.shedaniel.rei.RoughlyEnoughItemsCore; -import me.zeroeightsix.fiber.exception.FiberException; import net.minecraft.client.gui.screen.Screen; import java.io.IOException; @@ -20,17 +19,8 @@ public interface ConfigManager { /** * Saves the config. - * - * @throws IOException when error - */ - void saveConfig() throws IOException, FiberException; - - /** - * Loads the config from the json file, creates the file if not found. - * - * @throws IOException when error */ - void loadConfig() throws IOException, FiberException; + void saveConfig(); /** * Gets the config instance -- cgit