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

Fix typography in comments for Doclet.Option.Kind

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Not an Issue
    • Icon: P4 P4
    • 15
    • 15
    • tools

      In Doclet.Option.Kind:

      "implementation reserved" [sic] as a compound adjective should be hyphenated:

              /**
               * The kind of an option.
               */
              enum Kind {
                  /** an extended option, such as those prefixed with -X */
                  EXTENDED,
                  /** a standard option */
                  STANDARD,
                  /** an implementation reserved option */
                  OTHER;
              }

      Javadoc comments should also start with capitals.

            jjg Jonathan Gibbons
            jjg Jonathan Gibbons
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: