< prev index next >

src/java.xml/share/classes/javax/xml/stream/XMLEventFactory.java

Print this page

        

@@ -68,11 +68,10 @@
    * Create a new instance of the factory.
    * <p>
    * This static method creates a new factory instance.
    * This method uses the following ordered lookup procedure to determine
    * the XMLEventFactory implementation class to load:
-   * <p>
    * <ul>
    * <li>
    *   Use the javax.xml.stream.XMLEventFactory system property.
    * </li>
    * <li>

@@ -156,11 +155,10 @@
    * Create a new instance of the factory.
    * If the classLoader argument is null, then the ContextClassLoader is used.
    * <p>
    * This method uses the following ordered lookup procedure to determine
    * the XMLEventFactory implementation class to load:
-   * <p>
    * <ul>
    * <li>
    *   Use the value of the system property identified by {@code factoryId}.
    * </li>
    * <li>
< prev index next >