Update javadoc error
Project: http://git-wip-us.apache.org/repos/asf/incubator-gossip/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-gossip/commit/042b26f6 Tree: http://git-wip-us.apache.org/repos/asf/incubator-gossip/tree/042b26f6 Diff: http://git-wip-us.apache.org/repos/asf/incubator-gossip/diff/042b26f6 Branch: refs/heads/master Commit: 042b26f632c1712dfb5ff9c2542501656f449b02 Parents: 00a2c78 Author: Edward Capriolo <[email protected]> Authored: Tue Jan 3 15:24:39 2017 -0500 Committer: Edward Capriolo <[email protected]> Committed: Tue Jan 3 15:24:39 2017 -0500 ---------------------------------------------------------------------- src/main/java/org/apache/gossip/StartupSettings.java | 2 -- 1 file changed, 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-gossip/blob/042b26f6/src/main/java/org/apache/gossip/StartupSettings.java ---------------------------------------------------------------------- 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
