On Tue, 16 Mar 2021 00:52:24 GMT, Joe Wang <[email protected]> wrote:
> Consolidate and move javadoc for the lookup mechanism to the module summary.
src/java.xml/share/classes/javax/xml/stream/XMLInputFactory.java line 172:
> 170: * Creates a new instance of the factory. This method uses the
> 171: * <a href="../../../module-summary.html#LookupMechanism">JAXP Lookup
> Mechanism</a>
> 172: * to determine the {@code XMLEventFactory} implementation class to
> load.
Should it be `XMLInputFactory`?
src/java.xml/share/classes/javax/xml/stream/XMLOutputFactory.java line 149:
> 147: * Creates a new instance of the factory. This method uses the
> 148: * <a href="../../../module-summary.html#LookupMechanism">JAXP Lookup
> Mechanism</a>
> 149: * to determine the {@code XMLEventFactory} implementation class to
> load.
And this one as `XMLOutputFactory`?
-------------
PR: https://git.openjdk.java.net/jdk/pull/3020