Browse Source

Remove unnecessary @SuppressWarnings

pull/191/merge
Rob Winch 11 years ago
parent
commit
ab1b7a1eb6
  1. 1
      config/src/main/java/org/springframework/security/config/annotation/web/configurers/AbstractInterceptUrlConfigurer.java

1
config/src/main/java/org/springframework/security/config/annotation/web/configurers/AbstractInterceptUrlConfigurer.java

@ -108,7 +108,6 @@ abstract class AbstractInterceptUrlConfigurer<C extends AbstractInterceptUrlConf
* @return the {@link AccessDecisionVoter} instances used to create the default * @return the {@link AccessDecisionVoter} instances used to create the default
* {@link AccessDecisionManager} * {@link AccessDecisionManager}
*/ */
@SuppressWarnings("rawtypes")
abstract List<AccessDecisionVoter<? extends Object>> getDecisionVoters(H http); abstract List<AccessDecisionVoter<? extends Object>> getDecisionVoters(H http);
abstract class AbstractInterceptUrlRegistry<R extends AbstractInterceptUrlRegistry<R, T>, T> abstract class AbstractInterceptUrlRegistry<R extends AbstractInterceptUrlRegistry<R, T>, T>

Loading…
Cancel
Save