Uploaded image for project: 'Commons Chain'
  1. Commons Chain
  2. CHAIN-34

Unbalanced tags in JavaDoc for ContextBase class

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Trivial
    • Resolution: Fixed
    • 1.1, Nightly Builds
    • 1.2
    • None
    • None

    Description

      A closing </em> tag – following the term "Attribute-Property Transparency" at line 40 – is missing in the class summary portion of the javadoc. This is resulting in the remainder of the page to be in italics. (Viewable at http://jakarta.apache.org/commons/chain/apidocs/org/apache/commons/chain/impl/ContextBase.html) There is also a missing opening <p> tag following this term causing the paragraph tags to be unbalanced.

      So line 40
      ...<em>Attribute-Property Transparency</p>. This is implemented...
      Should be
      ...<em>Attribute-Property Transparency</em></p>. <p>This is implemented...

      Attachments

        1. chain-ContextBase-javadoc.patch
          0.7 kB
          Mark Vedder

        Activity

          People

            niallp Niall Pemberton
            mvedder Mark Vedder
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: