]> git.aero2k.de Git - tmp/jakarta-migration.git/commitdiff
CSPACE-4983: Corrected issue number in comments.
authorAron Roberts <aron@socrates.berkeley.edu>
Thu, 12 Apr 2012 17:41:22 +0000 (10:41 -0700)
committerAron Roberts <aron@socrates.berkeley.edu>
Thu, 12 Apr 2012 17:41:22 +0000 (10:41 -0700)
services/authority/service/src/main/java/org/collectionspace/services/common/vocabulary/AuthorityResource.java
services/common/src/main/java/org/collectionspace/services/common/context/ServiceBindingUtils.java

index f2d99cd40be39a31a5806fa4981a615f87556570..8e1c5d5a417498e1b4d8689a5f9d9d7ce13be72a 100644 (file)
@@ -745,7 +745,7 @@ public abstract class AuthorityResource<AuthCommon, AuthItemHandler>
 
             List<String> 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();
             }
index ce85932fbc2574611839f265904bc38cd5f2325a..06c246beaf008768ef525d39ca34f59fc5c71059 100644 (file)
@@ -206,7 +206,7 @@ public class ServiceBindingUtils {
        return commonServiceTypes;\r
     }\r
     \r
-    // Temporary workaround for CSPACE-4963, to help reduce the\r
+    // Temporary workaround for CSPACE-4983, to help reduce the\r
     // number of service types searched for authority references\r
     // in AuthorityResource.getReferencingObjects(), to in turn\r
     // help reduce database query complexity.\r