/**
* Returns the list of path location variables in the registry.
*/
- public PathLocationVariable[] getPathLocationVariables() {
- PathLocationVariable[] results = new PathLocationVariable[getVariableCount()];
- copyVariables(results);
- return results;
- }
+// public PathLocationVariable[] getPathLocationVariables() {
+// PathLocationVariable[] results = new PathLocationVariable[getVariableCount()];
+// copyVariables(results);
+// return results;
+// }
/*
* (non-Javadoc) Method declared on ExternalToolVariableRegistry.