Skip to content

Commit

Permalink
Merge pull request #827 from dinix2008/master
Browse files Browse the repository at this point in the history
java.lang.SecurityException: Prohibited package name: java.lang #826
  • Loading branch information
raphw authored Mar 25, 2020
2 parents c9aae59 + b06fc46 commit c4a2cb6
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -368,6 +368,8 @@ public Dispatcher run() {
return Dispatcher.Disabled.INSTANCE;
} catch (NoSuchMethodException ignored) {
return Dispatcher.Disabled.INSTANCE;
} catch (SecurityException ignored) {
return Dispatcher.Disabled.INSTANCE;
}
}
}
Expand Down

0 comments on commit c4a2cb6

Please sign in to comment.