1
0
mirror of synced 2026-08-05 17:57:15 +00:00

SEC-2955: Convert to "static" for inner classes

This commit is contained in:
Alex Panchenko
2015-04-07 09:32:56 +06:00
committed by Rob Winch
parent 1a716d0593
commit 0a118336d4
5 changed files with 5 additions and 5 deletions
@@ -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;