RFR: 8249867: xml declaration is not followed by a newline [v2]

Joe Wang joehw at openjdk.java.net
Wed Jan 27 18:16:47 UTC 2021


On Wed, 27 Jan 2021 11:39:29 GMT, Lance Andersen <lancea at openjdk.org> wrote:

>> Joe Wang has updated the pull request incrementally with one additional commit since the last revision:
>> 
>>   Update: add javadoc for impl specific features and properties in module-info; update the patch accordingly.
>
> src/java.xml/share/classes/module-info.java line 82:
> 
>> 80:  *
>> 81:  * <h3>jaxp.properties</h3>
>> 82:  * A system property can be specified in the {@code jaxp.properties} file to
> 
> I know this is covered in the tutorial, but perhaps add a section to module-info describing the jaxp.properties file so you do not have to leave the page to find out more details?

The jaxp.properties file is described in detail in JAXP factories. I'll add a link to one of the factories.

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

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


More information about the core-libs-dev mailing list