You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by "Mark Vedder (JIRA)" <ji...@apache.org> on 2007/01/24 04:58:49 UTC

[jira] Created: (CHAIN-34) Unbalanced tags in JavaDoc for ContextBase class

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: commons-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-dev-help@jakarta.apache.org


[jira] Resolved: (CHAIN-34) Unbalanced tags in JavaDoc for ContextBase class

Posted by "Niall Pemberton (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/CHAIN-34?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Niall Pemberton resolved CHAIN-34.
----------------------------------

       Resolution: Fixed
    Fix Version/s: 1.2
         Assignee: Niall Pemberton

Fixed. Thanks for the patch.

> 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
>         Assigned To: Niall Pemberton
>            Priority: Trivial
>             Fix For: 1.2
>
>         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: commons-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-dev-help@jakarta.apache.org


[jira] Updated: (CHAIN-34) Unbalanced tags in JavaDoc for ContextBase class

Posted by "Mark Vedder (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/CHAIN-34?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Mark Vedder updated CHAIN-34:
-----------------------------

    Attachment: chain-ContextBase-javadoc.patch

Patch file attached

> 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: commons-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-dev-help@jakarta.apache.org