Merged HEAD-BUG-FIX (5.1/Cloud) to HEAD (5.1/Cloud)

108046: Merged 5.0.N (5.0.3) to HEAD-BUG-FIX (5.1/Cloud)
      107741: MNT-13820 "Model can be deactivated with a node referencing the model is in trashcan"
         Fix automatic merge error in 107731 - compile fails.


git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@108077 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
Alan Davis
2015-07-09 22:13:16 +00:00
parent d2742fc893
commit 8b4a283ba0

View File

@@ -110,7 +110,6 @@ public class ModelValidatorImpl implements ModelValidator
}
}
* @param modelName
private boolean canDeleteModel(Collection<NamespaceDefinition> namespaceDefs, Collection<TypeDefinition> typeDefs,
Collection<AspectDefinition> aspectDefs, Tenant tenant)
{
@@ -244,7 +243,6 @@ public class ModelValidatorImpl implements ModelValidator
}
}
}
* @param compiledModel
private void validateDeleteProperty(QName modelName, QName propertyQName, boolean sharedModel)
{