Skip to content

Commit

Permalink
Removed invalid comment.
Browse files Browse the repository at this point in the history
  • Loading branch information
tekul committed Sep 12, 2008
1 parent df59cb9 commit d291def
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,6 @@ private boolean registerAnnotationBasedMethodDefinitionSources(Element element,
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());
}
Expand Down

0 comments on commit d291def

Please sign in to comment.