Removed the unused method and the warning

git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/modules/recordsmanagement/HEAD@61321 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
Tuna Aksoy
2014-02-07 09:31:01 +00:00
parent 6db3b68fcd
commit 646f0dd87b

View File

@@ -15,7 +15,6 @@ import org.alfresco.service.cmr.model.FileFolderService;
import org.alfresco.service.cmr.model.FileInfo;
import org.alfresco.service.cmr.model.FileNotFoundException;
import org.alfresco.service.cmr.repository.NodeRef;
import org.alfresco.service.cmr.search.CategoryService;
import org.apache.commons.lang.ArrayUtils;
import org.springframework.util.StringUtils;
@@ -237,17 +236,6 @@ public class FileToAction extends RMActionExecuterAbstractBase
return result;
}
/**
*
* @param context
* @param pathValues
* @return
*/
private NodeRef resolveParent(NodeRef context, String[] pathValues)
{
return resolveParent(context, pathValues, false);
}
/**
*
* @param context