From 042b26f632c1712dfb5ff9c2542501656f449b02 Mon Sep 17 00:00:00 2001 From: Edward Capriolo Date: Tue, 3 Jan 2017 15:24:39 -0500 Subject: [PATCH] Update javadoc error --- src/main/java/org/apache/gossip/StartupSettings.java | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/main/java/org/apache/gossip/StartupSettings.java b/src/main/java/org/apache/gossip/StartupSettings.java index 079aaa0..08f7975 100644 --- a/src/main/java/org/apache/gossip/StartupSettings.java +++ b/src/main/java/org/apache/gossip/StartupSettings.java @@ -153,8 +153,6 @@ public class StartupSettings { * @param jsonFile * The file object which refers to the JSON config file. * @return The StartupSettings object with the settings from the config file. - * @throws JSONException - * Thrown when the file is not well-formed JSON. * @throws FileNotFoundException * Thrown when the file cannot be found. * @throws IOException