Issue Details (XML | Word | Printable)

Key: CHAIN-34
Type: Bug Bug
Status: Closed Closed
Resolution: Fixed
Priority: Trivial Trivial
Assignee: Niall Pemberton
Reporter: Mark Vedder
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
Commons Chain

Unbalanced tags in JavaDoc for ContextBase class

Created: 24/Jan/07 03:57 AM   Updated: 02/Jan/08 07:01 AM
Return to search
Component/s: None
Affects Version/s: 1.1, Nightly Builds
Fix Version/s: 1.2

Time Tracking:
Not Specified

File Attachments:
  Size
Text File Licensed for inclusion in ASF works chain-ContextBase-javadoc.patch 2007-01-24 03:58 AM Mark Vedder 0.7 kB

Resolution Date: 24/Jan/07 04:12 AM


 Description  « Hide
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...



 All   Comments   Work Log   Change History   Subversion Commits      Sort Order: Ascending order - Click to sort in descending order
Mark Vedder added a comment - 24/Jan/07 03:58 AM
Patch file attached

Niall Pemberton added a comment - 24/Jan/07 04:12 AM
Fixed. Thanks for the patch.