mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-08-07 17:49:17 +00:00
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:
@@ -1830,7 +1830,7 @@ public class DbNodeServiceImpl extends AbstractNodeServiceImpl
|
|||||||
if (getChildAssocsByPropertyValueBannedProps.contains(propertyQName))
|
if (getChildAssocsByPropertyValueBannedProps.contains(propertyQName))
|
||||||
{
|
{
|
||||||
throw new IllegalArgumentException(
|
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);
|
final List<ChildAssociationRef> results = new ArrayList<ChildAssociationRef>(10);
|
||||||
|
Reference in New Issue
Block a user