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

Reply via email to