Skip to content

Commit

Permalink
[hotfix][security] Remove never thrown exception in method signature
Browse files Browse the repository at this point in the history
  • Loading branch information
KarmaGYZ authored and zentol committed Jun 19, 2020
1 parent 9fc78d7 commit 49cfa03
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ public void install() throws SecurityInstallException {
}

@Override
public void uninstall() throws SecurityInstallException {
public void uninstall() {
throw new UnsupportedOperationException();
}
}

0 comments on commit 49cfa03

Please sign in to comment.