From 6b09d9a6d5239f9115cccc3c7b4debe5cbdf54ab Mon Sep 17 00:00:00 2001 From: Aron Roberts Date: Thu, 12 Apr 2012 10:41:22 -0700 Subject: [PATCH] CSPACE-4983: Corrected issue number in comments. --- .../services/common/vocabulary/AuthorityResource.java | 2 +- .../services/common/context/ServiceBindingUtils.java | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 f2d99cd40..8e1c5d5a4 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 @@ -745,7 +745,7 @@ public abstract class AuthorityResource List serviceTypes = queryParams.remove(ServiceBindingUtils.SERVICE_TYPE_PROP); if(serviceTypes == null || serviceTypes.isEmpty()) { - // Temporary workaround for CSPACE-4963 + // Temporary workaround for CSPACE-4983 // serviceTypes = ServiceBindingUtils.getCommonServiceTypes(); serviceTypes = ServiceBindingUtils.getCommonProcedureServiceTypes(); } diff --git a/services/common/src/main/java/org/collectionspace/services/common/context/ServiceBindingUtils.java b/services/common/src/main/java/org/collectionspace/services/common/context/ServiceBindingUtils.java index ce85932fb..06c246bea 100644 --- a/services/common/src/main/java/org/collectionspace/services/common/context/ServiceBindingUtils.java +++ b/services/common/src/main/java/org/collectionspace/services/common/context/ServiceBindingUtils.java @@ -206,7 +206,7 @@ public class ServiceBindingUtils { return commonServiceTypes; } - // Temporary workaround for CSPACE-4963, to help reduce the + // Temporary workaround for CSPACE-4983, to help reduce the // number of service types searched for authority references // in AuthorityResource.getReferencingObjects(), to in turn // help reduce database query complexity. -- 2.47.3