Skip to content

Commit

Permalink
🩹 (#9)
Browse files Browse the repository at this point in the history
Co-authored-by: Martin Robertz <dream-master@gmx.net>
  • Loading branch information
AnAwesomGuy and Dream-Master authored May 12, 2024
1 parent 98977a8 commit 0bd5fd4
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 0bd5fd4

Please sign in to comment.