]> git.aero2k.de Git - tmp/jakarta-migration.git/commitdiff
Minor code cleanup.
authorRichard Millet <remillet@yahoo.com>
Wed, 20 Apr 2016 15:56:26 +0000 (08:56 -0700)
committerRichard Millet <remillet@yahoo.com>
Wed, 20 Apr 2016 15:56:26 +0000 (08:56 -0700)
services/authority/service/src/main/java/org/collectionspace/services/common/vocabulary/AuthorityResource.java

index 916d9660b51ab77a39d30586db6e3f3acbe80bf2..198519283cef7247b4c42787c65413998dede568 100644 (file)
@@ -694,7 +694,7 @@ public abstract class AuthorityResource<AuthCommon, AuthItemHandler>
         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);