1
0
mirror of synced 2026-07-31 23:37:02 +00:00

Minor correction to error message.

This commit is contained in:
Luke Taylor
2008-01-17 11:01:23 +00:00
parent 66f73897e6
commit ad92dbf389
@@ -215,7 +215,7 @@ public abstract class AbstractSecurityInterceptor implements InitializingBean, A
Iterator iter = this.obtainObjectDefinitionSource().getConfigAttributeDefinitions();
if (iter == null) {
logger.warn("Could not validate configuration attributes as the MethodDefinitionSource did not return "
logger.warn("Could not validate configuration attributes as the ObjectDefinitionSource did not return "
+ "a ConfigAttributeDefinition Iterator");
return;
}