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

Fix typos and errors in javadoc tool page

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: P4 P4
    • None
    • 8, 9
    • docs
    • generic

      1. http://docs.oracle.com/javase/8/docs/technotes/tools/windows/javadoc.html#CHDEDCCA

      "...Look in each directly implemented (or extended) interface in the order they appear following the word implements (or extends) in the method declaration. Use the first documentation comment found for this method..."

      should be:

      "...Look in each directly implemented (or extended) interface in the order they appear following the word implements (or extends) in the type declaration. Use the first documentation comment found for this method..."

      (method -> type)

      2. If I understand correctly all occurrences of "dirist" should be changed to "dirlist".

            achepuri Anuradha Chepuri
            prappo Pavel Rappo (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: