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

Joe Wang joehw at openjdk.java.net
Wed Jan 27 18:59:45 UTC 2021


On Wed, 27 Jan 2021 15:41:02 GMT, Roger Riggs <rriggs 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 64:
> 
>> 62:  * A name may consist of one or multiple words that are case-sensitive.
>> 63:  * All letters of the first word shall be in lowercase, while the first letter of
>> 64:  * each subsequent word capitalized.
> 
> capitalized -> "is capitalized"

Fixed.

> src/java.xml/share/classes/module-info.java line 103:
> 
>> 101:  * <p>
>> 102:  * Properties specified in the jaxp.properties file affect all invocations of
>> 103:  * the JDK and JRE, and will override their default values, or those that may
> 
> We've phased out the "JRE", so it can be dropped here.

Removed all cases.

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

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


More information about the core-libs-dev mailing list