You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commons-dev@ws.apache.org by "Andreas Veithen (JIRA)" <ji...@apache.org> on 2008/12/07 16:15:44 UTC

[jira] Updated: (WSCOMMONS-296) Javadoc for PolicyComponent.getType() lists wrong return results

     [ https://issues.apache.org/jira/browse/WSCOMMONS-296?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Andreas Veithen updated WSCOMMONS-296:
--------------------------------------

    Component/s: Policy

> Javadoc for PolicyComponent.getType() lists wrong return results
> ----------------------------------------------------------------
>
>                 Key: WSCOMMONS-296
>                 URL: https://issues.apache.org/jira/browse/WSCOMMONS-296
>             Project: WS-Commons
>          Issue Type: Bug
>          Components: Policy
>            Reporter: Gerald Preissler
>            Priority: Minor
>         Attachments: PolicyComponent_2.0.2.patch
>
>
> The return results for PolicyComponent.getType() are listed as 
> -     * @return Constants.POLICY for Policy type PolicyComponent
> -     *         Constants.EXACTLYONE for ExactlyOne type PolicyComponent
> -     *         Constants.ALL for All type PolicyComponent
> -     *         Constants.ASSERTION for Assertion type PolicyComponent
> The correct values are
> +     * @return Constants.TYPE_POLICY for Policy type PolicyComponent
> +     *         Constants.TYPE_EXACTLYONE for ExactlyOne type PolicyComponent
> +     *         Constants.TYPE_ALL for All type PolicyComponent
> +     *         Constants.TYPE_ASSERTION for Assertion type PolicyComponent
> I will attach a patch agains Neethi 2.0.2.

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