Update javadoc error

This commit is contained in:
Edward Capriolo
2017-01-03 15:24:39 -05:00
parent 00a2c78832
commit 042b26f632

View File

@ -153,8 +153,6 @@ public class StartupSettings {
* @param jsonFile * @param jsonFile
* The file object which refers to the JSON config file. * The file object which refers to the JSON config file.
* @return The StartupSettings object with the settings from the 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 * @throws FileNotFoundException
* Thrown when the file cannot be found. * Thrown when the file cannot be found.
* @throws IOException * @throws IOException