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



Reply via email to