Details
-
Bug
-
Status: Closed
-
Trivial
-
Resolution: Fixed
-
1.1, Nightly Builds
-
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...