Skip to content

Commit

Permalink
added exception to method sig
Browse files Browse the repository at this point in the history
  • Loading branch information
tom114 committed Jul 30, 2018
1 parent 5a61e3f commit 16e6787
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ public void start() throws PluginException {
public static class PluginInfo implements IridaPlugin {

@Override
public Properties getMessages() {
public Properties getMessages() throws IridaPluginException {

ClassLoader classLoader = getClass().getClassLoader();

Expand Down

0 comments on commit 16e6787

Please sign in to comment.