Changeset 836 for DCWoRMS/trunk/src


Ignore:
Timestamp:
02/04/13 09:37:53 (12 years ago)
Author:
wojtekp
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • DCWoRMS/trunk/src/simulator/workload/generator/RandomNumbersWrapper.java

    r477 r836  
    215215                         
    216216                         
    217                         XPathFactory factory = XPathFactory.newInstance(); 
     217                        //XPathFactory factory = XPathFactory.newInstance(); 
     218                        XPathFactory factory = new com.sun.org.apache.xpath.internal.jaxp.XPathFactoryImpl(); 
    218219                        XPath xpath = factory.newXPath(); 
    219220                        XPathExpression expr = xpath.compile("//*[@id]"); 
Note: See TracChangeset for help on using the changeset viewer.