. backed out change

git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@2044 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
Kevin Roast
2005-12-16 12:56:47 +00:00
parent 13e1356130
commit 6171b6ae11

View File

@@ -266,9 +266,6 @@ public class CifsHelper
{
NodeRef nodeRef = fileFolderService.create(parentFolderNodeRef, name, typeQName).getNodeRef();
// the title and description will be set automatically
nodeService.addAspect(nodeRef, ContentModel.ASPECT_UIFACETS, null);
// done
if (logger.isDebugEnabled())
{