mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-08-07 17:49:17 +00:00
Fix a TODO - Remove a static for a test that can be done without one
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@31311 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
@@ -76,8 +76,7 @@ public class ScheduledPersistedActionServiceImpl implements ScheduledPersistedAc
|
||||
protected static final String JOB_SCHEDULE_NODEREF = "ScheduleNodeRef";
|
||||
protected static final String JOB_ACTION_NODEREF = "ActionNodeRef";
|
||||
|
||||
// TODO: Should be private NodeRef scheduledActionRootNodeRef;
|
||||
protected static NodeRef SCHEDULED_ACTION_ROOT_NODE_REF;
|
||||
protected NodeRef SCHEDULED_ACTION_ROOT_NODE_REF;
|
||||
|
||||
protected static final Set<QName> ACTION_TYPES = new HashSet<QName>(Arrays
|
||||
.asList(new QName[] { ActionModel.TYPE_ACTION_SCHEDULE }));
|
||||
|
Reference in New Issue
Block a user