RFR: 8234335: Remove line break in class declaration in java.base

Julia Boes julia.boes at oracle.com
Mon Nov 18 13:04:26 UTC 2019


Hi,

This cleanup work addresses an outdated coding convention in java.base. 
It removes the line break from a class declaration, for example:

     public
     TypeNameOnNextLine

becomes

     public TypeNameOnSameLine


Webrev: http://cr.openjdk.java.net/~jboes/webrevs/8234335/webrev.00/

Bug: https://bugs.openjdk.java.net/browse/JDK-8234335


Regards,

Julia





More information about the core-libs-dev mailing list