From: Aron Roberts Date: Thu, 12 Apr 2012 17:41:22 +0000 (-0700) Subject: CSPACE-4983: Corrected issue number in comments. X-Git-Url: https://git.aero2k.de/?a=commitdiff_plain;h=6b09d9a6d5239f9115cccc3c7b4debe5cbdf54ab;p=tmp%2Fjakarta-migration.git CSPACE-4983: Corrected issue number in comments. --- 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.