You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by "Richard Emberson (JIRA)" <ji...@apache.org> on 2011/01/26 00:25:43 UTC

[jira] Created: (WICKET-3390) org.apache.wicket.util.convert.converter.AbstractNumberConverter convertToString method

org.apache.wicket.util.convert.converter.AbstractNumberConverter  convertToString method
----------------------------------------------------------------------------------------

                 Key: WICKET-3390
                 URL: https://issues.apache.org/jira/browse/WICKET-3390
             Project: Wicket
          Issue Type: Improvement
          Components: wicket
    Affects Versions: 1.5-RC1
         Environment: all
            Reporter: Richard Emberson
            Priority: Trivial


The signature of the
org.apache.wicket.util.convert.converter.AbstractNumberConverter  
convertToString method is:
  public String convertToString(final Number value, final Locale locale)
but should be:  
  public String convertToString(final N value, final Locale locale)


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


[jira] Resolved: (WICKET-3390) org.apache.wicket.util.convert.converter.AbstractNumberConverter convertToString method

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

Peter Ertl resolved WICKET-3390.
--------------------------------

       Resolution: Fixed
    Fix Version/s: 1.5-RC2
         Assignee: Peter Ertl

fixed, thanks!

> org.apache.wicket.util.convert.converter.AbstractNumberConverter  convertToString method
> ----------------------------------------------------------------------------------------
>
>                 Key: WICKET-3390
>                 URL: https://issues.apache.org/jira/browse/WICKET-3390
>             Project: Wicket
>          Issue Type: Improvement
>          Components: wicket
>    Affects Versions: 1.5-RC1
>         Environment: all
>            Reporter: Richard Emberson
>            Assignee: Peter Ertl
>            Priority: Trivial
>             Fix For: 1.5-RC2
>
>
> The signature of the
> org.apache.wicket.util.convert.converter.AbstractNumberConverter  
> convertToString method is:
>   public String convertToString(final Number value, final Locale locale)
> but should be:  
>   public String convertToString(final N value, final Locale locale)

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