Details
-
Bug
-
Status: Closed
-
P4
-
Resolution: Fixed
-
None
-
b25
-
Not verified
Description
Remove an outdated coding convention in java.base where a line break is found in a class declaration. For example:
public
TypeNameOnNextLine
should be changed to:
public TypeNameOnSameLine
public
TypeNameOnNextLine
should be changed to:
public TypeNameOnSameLine