From ba22136f88b82ed770d17cd27599812d0c3e6f19 Mon Sep 17 00:00:00 2001 From: Richard Millet Date: Wed, 20 Apr 2016 08:56:26 -0700 Subject: [PATCH] Minor code cleanup. --- .../services/common/vocabulary/AuthorityResource.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services/authority/service/src/main/java/org/collectionspace/services/common/vocabulary/AuthorityResource.java b/services/authority/service/src/main/java/org/collectionspace/services/common/vocabulary/AuthorityResource.java index 916d9660b..198519283 100644 --- a/services/authority/service/src/main/java/org/collectionspace/services/common/vocabulary/AuthorityResource.java +++ b/services/authority/service/src/main/java/org/collectionspace/services/common/vocabulary/AuthorityResource.java @@ -694,7 +694,7 @@ public abstract class AuthorityResource PoxPayloadOut result = null; try { - result = updateItemWorkflowWithTransition(null, // Ok to send null + result = updateItemWorkflowWithTransition(NULL_CONTEXT, // Ok to send null csid, itemcsid, transition, AuthorityServiceUtils.UPDATE_REV); } catch (Exception e) { throw bigReThrow(e, ServiceMessages.UPDATE_FAILED + WorkflowClient.SERVICE_PAYLOAD_NAME, csid); -- 2.47.3