ALF-5105 - typo in exception message

git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@22920 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
Mark Rogers
2010-10-06 13:44:26 +00:00
parent 88b31b6d3a
commit 7f720478fd

View File

@@ -1830,7 +1830,7 @@ public class DbNodeServiceImpl extends AbstractNodeServiceImpl
if (getChildAssocsByPropertyValueBannedProps.contains(propertyQName))
{
throw new IllegalArgumentException(
"getChildAssocsByPropertyValue does not allow search of system maintaied properties: " + propertyQName);
"getChildAssocsByPropertyValue does not allow search of system maintained properties: " + propertyQName);
}
final List<ChildAssociationRef> results = new ArrayList<ChildAssociationRef>(10);