Removed unnecessary private exception class.
This commit is contained in:
@ -253,11 +253,4 @@ public class Settings extends RegisteredFrame{
|
||||
return SAVE_OK;
|
||||
}
|
||||
|
||||
|
||||
/**
|
||||
* Used to signify that a setting was not accepted.
|
||||
* @author hottuna
|
||||
*
|
||||
*/
|
||||
private class BadSettingsException extends Exception{ }
|
||||
}
|
||||
|
Reference in New Issue
Block a user