-
Type:
Bug
-
Resolution: Fixed
-
Priority:
P4
-
Affects Version/s: None
-
Component/s: core-libs
-
b25
-
Not verified
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