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();
}
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