Remove unnecessary @SuppressWarnings

This commit is contained in:
Rob Winch 2015-07-21 08:51:32 -05:00
parent 7c725a60e2
commit ab1b7a1eb6
1 changed files with 0 additions and 1 deletions

View File

@ -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>