mirror of
https://github.com/AuthMe/AuthMeReloaded.git
synced 2024-11-03 09:10:01 +01:00
#1145 Remove PlayerListener from visibility test exclusions
This commit is contained in:
parent
49aeb4308d
commit
1f4192e5af
@ -56,8 +56,7 @@ public class ClassesConsistencyTest {
|
||||
/** Classes excluded from the field visibility test. */
|
||||
private static final Set<Class<?>> CLASSES_EXCLUDED_FROM_VISIBILITY_TEST = ImmutableSet.of(
|
||||
Whirlpool.class, // not our implementation, so we don't touch it
|
||||
Columns.class, // uses non-final String constants, which is safe
|
||||
PlayerListener.class // TODO #1145: Remove public field in favor of dedicated methods
|
||||
Columns.class // uses non-final String constants, which is safe
|
||||
);
|
||||
|
||||
/**
|
||||
|
Loading…
Reference in New Issue
Block a user