Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-8234335

Remove line break in class declaration in java.base

XMLWordPrintable

    • 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

            jboes Julia Boes (Inactive)
            jboes Julia Boes (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: