Martin Grigorov created WICKET-4627:
---------------------------------------

             Summary: Change Url#parse() methods to accept CharSequence instead 
of String
                 Key: WICKET-4627
                 URL: https://issues.apache.org/jira/browse/WICKET-4627
             Project: Wicket
          Issue Type: Improvement
          Components: wicket
    Affects Versions: 6.0.0-beta2
            Reporter: Martin Grigorov
            Assignee: Martin Grigorov
            Priority: Trivial


RequestCycle#urlFor() methods return CharSequence.
By making org.apache.wicket.request.Url#parse() methods accepting CharSequence 
instead of j.l.String the user will save some typing (adding .toString()).

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to