On Tue, 16 Mar 2021 16:59:47 GMT, Naoto Sato <na...@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