Fix for build issue.

git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@4961 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
Gary Spencer
2007-01-30 11:14:54 +00:00
parent df0cfb1776
commit 3d4c5155df

View File

@@ -69,7 +69,7 @@ public class FileFolderServiceImpl implements FileFolderService
"[like(@cm:name, $cm:name, false)" + "[like(@cm:name, $cm:name, false)" +
" and not (subtypeOf('" + ContentModel.TYPE_SYSTEM_FOLDER + "'))" + " and not (subtypeOf('" + ContentModel.TYPE_SYSTEM_FOLDER + "'))" +
" and (subtypeOf('" + ContentModel.TYPE_FOLDER + "') or subtypeOf('" + ContentModel.TYPE_CONTENT + "')" + " and (subtypeOf('" + ContentModel.TYPE_FOLDER + "') or subtypeOf('" + ContentModel.TYPE_CONTENT + "')" +
" and (subtypeOf('" + ContentModel.TYPE_LINK + "'))]"; " and subtypeOf('" + ContentModel.TYPE_LINK + "'))]";
/** Shallow search for all files and folders */ /** Shallow search for all files and folders */
private static final String LUCENE_QUERY_SHALLOW_ALL = private static final String LUCENE_QUERY_SHALLOW_ALL =