RFR: 8261673: Move javadoc for the lookup mechanism to module-info [v2]

Joe Wang joehw at openjdk.java.net
Tue Mar 16 21:49:08 UTC 2021


On Tue, 16 Mar 2021 16:59:47 GMT, Naoto Sato <naoto at openjdk.org> wrote:

>> Joe Wang has updated the pull request incrementally with one additional commit since the last revision:
>> 
>>   Fix typos: s/XMLEventFactory/XMLInputFactory s/XMLEventFactory/XMLOutputFactory
>
> 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`?

Fixed. Updated CSR as well.

> 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`?

Fixed. Thanks.

-------------

PR: https://git.openjdk.java.net/jdk/pull/3020


More information about the core-libs-dev mailing list