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/ConfigManager.java | 4 ++-- 1 file changed, 2 insertions(+), 2 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 00ebd2e46..4b138b639 100644 --- a/src/main/java/me/shedaniel/rei/api/ConfigManager.java +++ b/src/main/java/me/shedaniel/rei/api/ConfigManager.java @@ -15,14 +15,14 @@ public interface ConfigManager { /** * Saves the config. * - * @throws IOException + * @throws IOException when error */ void saveConfig() throws IOException; /** * Loads the config from the json file, creates the file if not found. * - * @throws IOException + * @throws IOException when error */ void loadConfig() throws IOException; -- cgit