> Whereas I am confused why the signature is not public <T> T >convertFromString(Map context, String[] values, Class<T> toClass). Is this in >scope of the effort someone described recently to Java5-ify the code base?
What is the best way to organize such an effort? jb / ________________________________ From: Dale Newfield <d...@newfield.org> To: Struts Users Mailing List <user@struts.apache.org> Sent: Wed, July 6, 2011 10:59:27 AM Subject: Re: About StrutsTypeConverter On Jul 4, 2011, at 12:27 AM, Vincent Lin <vincent.lin...@gmail.com> wrote: > I am confused that why the signature of convertFromString is public Object >convertFromString(Map context, String[] values, Class toClass) instead of >public >Object convertFromString(Map context, String value, Class toClass). Whereas I am confused why the signature is not public <T> T convertFromString(Map context, String[] values, Class<T> toClass). Is this in scope of the effort someone described recently to Java5-ify the code base? -Dale > --------------------------------------------------------------------- To unsubscribe, e-mail: user-unsubscr...@struts.apache.org For additional commands, e-mail: user-h...@struts.apache.org