mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-07-31 17:39:05 +00:00
added javadoc and removed unused imports
This commit is contained in:
@@ -33,7 +33,6 @@ import java.util.Set;
|
|||||||
|
|
||||||
import org.alfresco.model.ContentModel;
|
import org.alfresco.model.ContentModel;
|
||||||
import org.alfresco.model.RenditionModel;
|
import org.alfresco.model.RenditionModel;
|
||||||
import org.alfresco.module.org_alfresco_module_rm.version.RecordableVersionModel;
|
|
||||||
import org.alfresco.repo.policy.BehaviourFilter;
|
import org.alfresco.repo.policy.BehaviourFilter;
|
||||||
import org.alfresco.repo.policy.annotation.BehaviourBean;
|
import org.alfresco.repo.policy.annotation.BehaviourBean;
|
||||||
import org.alfresco.service.cmr.dictionary.DictionaryService;
|
import org.alfresco.service.cmr.dictionary.DictionaryService;
|
||||||
|
@@ -74,7 +74,7 @@ public class ServiceBaseImpl implements RecordsManagementModel, ApplicationConte
|
|||||||
|
|
||||||
/** authentication helper */
|
/** authentication helper */
|
||||||
protected AuthenticationUtil authenticationUtil;
|
protected AuthenticationUtil authenticationUtil;
|
||||||
|
|
||||||
/** transactional resource helper */
|
/** transactional resource helper */
|
||||||
protected TransactionalResourceHelper transactionalResourceHelper;
|
protected TransactionalResourceHelper transactionalResourceHelper;
|
||||||
|
|
||||||
@@ -554,9 +554,14 @@ public class ServiceBaseImpl implements RecordsManagementModel, ApplicationConte
|
|||||||
return result;
|
return result;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Helper to create a new content URL for the node
|
||||||
|
*
|
||||||
|
* @param nodeRef the node
|
||||||
|
*/
|
||||||
protected void createNewContentURL(NodeRef nodeRef)
|
protected void createNewContentURL(NodeRef nodeRef)
|
||||||
{
|
{
|
||||||
//create a new content URL for the copy
|
//create a new content URL for the node
|
||||||
ContentReader reader = fileFolderService.getReader(nodeRef);
|
ContentReader reader = fileFolderService.getReader(nodeRef);
|
||||||
if (reader != null)
|
if (reader != null)
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user