Changeset 835 for DCWoRMS/trunk/src/simulator/workload
- Timestamp:
- 02/04/13 09:37:43 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
DCWoRMS/trunk/src/simulator/workload/generator/impl/QcgJobGenerator.java
r749 r835 669 669 int PCT_STEP = 10; 670 670 Long cpuSpeed = Long.MAX_VALUE; 671 XPathFactory factory = XPathFactory.newInstance(); 671 //XPathFactory factory = XPathFactory.newInstance(); 672 XPathFactory factory = new com.sun.org.apache.xpath.internal.jaxp.XPathFactoryImpl(); 672 673 XPath xpath = factory.newXPath(); 673 674 XPathExpression expression = null;
Note: See TracChangeset
for help on using the changeset viewer.