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

Remove line break in class declaration in java.base

    XMLWordPrintable

Details

    • 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

      Attachments

        Activity

          People

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

            Dates

              Created:
              Updated:
              Resolved: