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

Redundant <p> tag before list

XMLWordPrintable

    • b17
    • Not verified

      In java.rmi module-info.java, there is an unnecessary <p> before a <dl>.

      This shows up as the one and only warning reported by tidy for the java.rmi module.


       * <p>
       * <dl style="font-family:'DejaVu Sans', Arial, Helvetica, sans serif">
       * <dt class="simpleTagLabel">Tool Guides:</dt>
       * <dd> {@extLink rmiregistry_tool_reference rmiregistry},
       * {@extLink rmid_tool_reference rmid}
       * </dd>
       * </dl>

      It would be good to delete this line and give the module a clean bill of health for its docs.

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

              Created:
              Updated:
              Resolved: