Unbalanced tags in JavaDoc for ContextBase class
------------------------------------------------

                 Key: CHAIN-34
                 URL: https://issues.apache.org/jira/browse/CHAIN-34
             Project: Commons Chain
          Issue Type: Bug
    Affects Versions: 1.1 Release, Nightly Builds
            Reporter: Mark Vedder
            Priority: Trivial
         Attachments: chain-ContextBase-javadoc.patch

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...





-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to