Removed invalid comment.

This commit is contained in:
Luke Taylor 2008-09-12 10:18:40 +00:00
parent df59cb9dcd
commit d291def963
1 changed files with 0 additions and 1 deletions

View File

@ -91,7 +91,6 @@ class GlobalMethodSecurityBeanDefinitionParser implements BeanDefinitionParser {
boolean useJsr250 = "enabled".equals(element.getAttribute(ATT_USE_JSR250));
boolean useSecured = "enabled".equals(element.getAttribute(ATT_USE_SECURED));
// Check the required classes are present
if (useSecured) {
delegates.add(BeanDefinitionBuilder.rootBeanDefinition(SECURED_METHOD_DEFINITION_SOURCE_CLASS).getBeanDefinition());
}