RFR: 8261673: Move javadoc for the lookup mechanism to module-info
Naoto Sato
naoto at openjdk.java.net
Tue Mar 16 17:07:10 UTC 2021
On Tue, 16 Mar 2021 00:52:24 GMT, Joe Wang <joehw at openjdk.org> 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
More information about the core-libs-dev
mailing list