mirror of
https://github.com/Alfresco/acs-community-packaging.git
synced 2025-09-24 14:32:14 +00:00
Minor fix change and spelling mistake
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@5797 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
@@ -803,11 +803,7 @@ public final class SearchContext implements Serializable
|
||||
*/
|
||||
public void setSimpleSearchAdditionalAttributes(List<QName> attrs)
|
||||
{
|
||||
if (attrs == null)
|
||||
{
|
||||
this.simpleSearchAdditionalAttrs = new ArrayList<QName>(4);
|
||||
}
|
||||
else
|
||||
if (attrs != null)
|
||||
{
|
||||
this.simpleSearchAdditionalAttrs = attrs;
|
||||
}
|
||||
|
Reference in New Issue
Block a user