} \r
\r
private static ArrayList<String> commonServiceTypes = null;\r
- \r
+ private static ArrayList<String> commonProcedureServiceTypes = null;\r
+ \r
public static ArrayList<String> getCommonServiceTypes() {\r
if(commonServiceTypes == null) {\r
commonServiceTypes = new ArrayList<String>();\r
// make the effect of the workaround more explicit, and in part to avoid\r
// breaking the use of the getCommonServiceTypes method in ServiceGroups.\r
public static ArrayList<String> getCommonProcedureServiceTypes() {\r
- if(commonServiceTypes == null) {\r
- commonServiceTypes = new ArrayList<String>();\r
- commonServiceTypes.add(SERVICE_TYPE_PROCEDURE);\r
- }\r
- return commonServiceTypes;\r
+ if(commonProcedureServiceTypes == null) {\r
+ commonProcedureServiceTypes = new ArrayList<String>();\r
+ commonProcedureServiceTypes.add(SERVICE_TYPE_PROCEDURE);\r
+ }\r
+ return commonProcedureServiceTypes;\r
}\r
\r
\r