Remove USE_PARAMETER #35
@ -57,7 +57,8 @@ public final class ReflectiveEventHandler implements EventHandler {
|
||||
? method.getAnnotation(Priority.class).value()
|
||||
: defPriority;
|
||||
|
||||
// Allow access if the method is non-public
|
||||
// Try to allow access if the method is not accessible
|
||||
if (!method.canAccess(Modifier.isStatic(method.getModifiers()) ? null : listener))
|
||||
method.setAccessible(true);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user