From: Richard Millet Date: Wed, 20 Apr 2016 15:56:26 +0000 (-0700) Subject: Minor code cleanup. X-Git-Url: https://git.aero2k.de/?a=commitdiff_plain;h=ba22136f88b82ed770d17cd27599812d0c3e6f19;p=tmp%2Fjakarta-migration.git Minor code cleanup. --- 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);