You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@commons.apache.org by "Gerard Weatherby (JIRA)" <ji...@apache.org> on 2010/06/02 15:25:51 UTC

[jira] Created: (CLI-200) particular spelled wrong in Javadoc

particular spelled wrong in Javadoc
-----------------------------------

                 Key: CLI-200
                 URL: https://issues.apache.org/jira/browse/CLI-200
             Project: Commons CLI
          Issue Type: Bug
          Components: Build
    Affects Versions: 1.3
            Reporter: Gerard Weatherby
         Attachments: CommandLine.patch

Index: CommandLine.java
===================================================================
--- CommandLine.java	(revision 950536)
+++ CommandLine.java	(working copy)
@@ -%ld,%ld +%ld,%ld @@
      * Return a version of this <code>Option</code> converted to a particular type. 
      *
      * @param opt the name of the option
-     * @return the value parsed into a particluar object
+     * @return the value parsed into a particular object
      * @throws ParseException if there are problems turning the option value into the desired type
      * @see PatternOptionBuilder
      * @since 1.2


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


[jira] Updated: (CLI-200) particular spelled wrong in Javadoc

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

Gerard Weatherby updated CLI-200:
---------------------------------

    Attachment: CommandLine.patch

patch file to correct

> particular spelled wrong in Javadoc
> -----------------------------------
>
>                 Key: CLI-200
>                 URL: https://issues.apache.org/jira/browse/CLI-200
>             Project: Commons CLI
>          Issue Type: Bug
>          Components: Build
>    Affects Versions: 1.3
>            Reporter: Gerard Weatherby
>         Attachments: CommandLine.patch
>
>
> Index: CommandLine.java
> ===================================================================
> --- CommandLine.java	(revision 950536)
> +++ CommandLine.java	(working copy)
> @@ -%ld,%ld +%ld,%ld @@
>       * Return a version of this <code>Option</code> converted to a particular type. 
>       *
>       * @param opt the name of the option
> -     * @return the value parsed into a particluar object
> +     * @return the value parsed into a particular object
>       * @throws ParseException if there are problems turning the option value into the desired type
>       * @see PatternOptionBuilder
>       * @since 1.2

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


[jira] Resolved: (CLI-200) particular spelled wrong in Javadoc

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

Gary Gregory resolved CLI-200.
------------------------------

         Assignee: Gary Gregory
    Fix Version/s: Nightly Builds
       Resolution: Fixed

Fixed in trunk.

> particular spelled wrong in Javadoc
> -----------------------------------
>
>                 Key: CLI-200
>                 URL: https://issues.apache.org/jira/browse/CLI-200
>             Project: Commons CLI
>          Issue Type: Bug
>          Components: Build
>    Affects Versions: 1.3
>            Reporter: Gerard Weatherby
>            Assignee: Gary Gregory
>             Fix For: Nightly Builds
>
>         Attachments: CommandLine.patch
>
>
> Index: CommandLine.java
> ===================================================================
> --- CommandLine.java	(revision 950536)
> +++ CommandLine.java	(working copy)
> @@ -%ld,%ld +%ld,%ld @@
>       * Return a version of this <code>Option</code> converted to a particular type. 
>       *
>       * @param opt the name of the option
> -     * @return the value parsed into a particluar object
> +     * @return the value parsed into a particular object
>       * @throws ParseException if there are problems turning the option value into the desired type
>       * @see PatternOptionBuilder
>       * @since 1.2

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


[jira] Updated: (CLI-200) particular spelled wrong in Javadoc

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

Gary Gregory updated CLI-200:
-----------------------------

    Affects Version/s: 1.2
                       Nightly Builds
                           (was: 1.3)
             Priority: Trivial  (was: Major)
          Component/s: CLI-1.x
                       Documentation
                           (was: Build)

Fix committed. Bug in 1.2 and trunk nightly build.

> particular spelled wrong in Javadoc
> -----------------------------------
>
>                 Key: CLI-200
>                 URL: https://issues.apache.org/jira/browse/CLI-200
>             Project: Commons CLI
>          Issue Type: Bug
>          Components: CLI-1.x, Documentation
>    Affects Versions: 1.2, Nightly Builds
>            Reporter: Gerard Weatherby
>            Assignee: Gary Gregory
>            Priority: Trivial
>             Fix For: Nightly Builds
>
>         Attachments: CommandLine.patch
>
>
> Index: CommandLine.java
> ===================================================================
> --- CommandLine.java	(revision 950536)
> +++ CommandLine.java	(working copy)
> @@ -%ld,%ld +%ld,%ld @@
>       * Return a version of this <code>Option</code> converted to a particular type. 
>       *
>       * @param opt the name of the option
> -     * @return the value parsed into a particluar object
> +     * @return the value parsed into a particular object
>       * @throws ParseException if there are problems turning the option value into the desired type
>       * @see PatternOptionBuilder
>       * @since 1.2

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


[jira] Updated: (CLI-200) particular spelled wrong in Javadoc

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

Emmanuel Bourg updated CLI-200:
-------------------------------

    Fix Version/s: 1.3
                       (was: Nightly Builds)
      Description: 
{code}
Index: CommandLine.java
===================================================================
--- CommandLine.java	(revision 950536)
+++ CommandLine.java	(working copy)
@@ -%ld,%ld +%ld,%ld @@
      * Return a version of this <code>Option</code> converted to a particular type. 
      *
      * @param opt the name of the option
-     * @return the value parsed into a particluar object
+     * @return the value parsed into a particular object
      * @throws ParseException if there are problems turning the option value into the desired type
      * @see PatternOptionBuilder
      * @since 1.2
{code}

  was:
Index: CommandLine.java
===================================================================
--- CommandLine.java	(revision 950536)
+++ CommandLine.java	(working copy)
@@ -%ld,%ld +%ld,%ld @@
      * Return a version of this <code>Option</code> converted to a particular type. 
      *
      * @param opt the name of the option
-     * @return the value parsed into a particluar object
+     * @return the value parsed into a particular object
      * @throws ParseException if there are problems turning the option value into the desired type
      * @see PatternOptionBuilder
      * @since 1.2


      Component/s:     (was: CLI-1.x)

> particular spelled wrong in Javadoc
> -----------------------------------
>
>                 Key: CLI-200
>                 URL: https://issues.apache.org/jira/browse/CLI-200
>             Project: Commons CLI
>          Issue Type: Bug
>          Components: Documentation
>    Affects Versions: 1.2, Nightly Builds
>            Reporter: Gerard Weatherby
>            Assignee: Gary Gregory
>            Priority: Trivial
>             Fix For: 1.3
>
>         Attachments: CommandLine.patch
>
>
> {code}
> Index: CommandLine.java
> ===================================================================
> --- CommandLine.java	(revision 950536)
> +++ CommandLine.java	(working copy)
> @@ -%ld,%ld +%ld,%ld @@
>       * Return a version of this <code>Option</code> converted to a particular type. 
>       *
>       * @param opt the name of the option
> -     * @return the value parsed into a particluar object
> +     * @return the value parsed into a particular object
>       * @throws ParseException if there are problems turning the option value into the desired type
>       * @see PatternOptionBuilder
>       * @since 1.2
> {code}

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