< prev index next >

src/java.xml/share/classes/javax/xml/xpath/XPathFactoryFinder.java

Print this page

        

*** 39,49 **** import jdk.xml.internal.SecuritySupport; /** * Implementation of {@link XPathFactory#newInstance(String)}. * ! * @author <a href="Kohsuke.Kawaguchi@Sun.com">Kohsuke Kawaguchi</a> * @since 1.5 */ class XPathFactoryFinder { private static final String DEFAULT_PACKAGE = "com.sun.org.apache.xpath.internal"; --- 39,49 ---- import jdk.xml.internal.SecuritySupport; /** * Implementation of {@link XPathFactory#newInstance(String)}. * ! * @author Kohsuke Kawaguchi * @since 1.5 */ class XPathFactoryFinder { private static final String DEFAULT_PACKAGE = "com.sun.org.apache.xpath.internal";
< prev index next >