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

Mark Vedder made changes - 24/Jan/07 03:58 AM
Field Original Value New Value
Attachment chain-ContextBase-javadoc.patch [ 12349488 ]
Repository Revision Date User Message
ASF #499247 Wed Jan 24 04:09:44 UTC 2007 niallp CHAIN-34 - JavaDoc fix for ContextBase - thanks to Mark Vedder
Files Changed
MODIFY /jakarta/commons/proper/chain/trunk/src/java/org/apache/commons/chain/impl/ContextBase.java

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

Niall Pemberton made changes - 24/Jan/07 04:12 AM
Resolution Fixed [ 1 ]
Fix Version/s 1.2 [ 12311963 ]
Status Open [ 1 ] Resolved [ 5 ]
Assignee Niall Pemberton [ niallp ]
Henri Yandell made changes - 02/Jan/08 07:01 AM
Status Resolved [ 5 ] Closed [ 6 ]