SEC-2955: Convert to "static" for inner classes
This commit is contained in:
committed by
Rob Winch
parent
1a716d0593
commit
0a118336d4
+1
-1
@@ -279,7 +279,7 @@ public class MapBasedMethodSecurityMetadataSource extends
|
||||
* inherits but does not redeclare a method, the registered Class will be the Class
|
||||
* we're invoking against and the Method will provide details of the declared class.
|
||||
*/
|
||||
private class RegisteredMethod {
|
||||
private static class RegisteredMethod {
|
||||
private final Method method;
|
||||
private final Class<?> registeredJavaType;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user