Skip to content

Commit

Permalink
🩹 (#9)
Browse files Browse the repository at this point in the history
Co-authored-by: Martin Robertz <[email protected]>
(cherry picked from commit 0bd5fd4)
  • Loading branch information
AnAwesomGuy authored and Dream-Master committed May 19, 2024
1 parent 185c616 commit d43ef34
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ public static Class getCallerClass() {
try {
sun.reflect.Reflection.getCallerClass(2);
callMethod = CALLER_SUN;
} catch (Exception E) {
} catch (Exception | NoClassDefFoundError E) {
try {
new SecurityManager() {

Expand Down

0 comments on commit d43ef34

Please sign in to comment.