Is this a showstopper for m2?

Frank

On Mon, May 19, 2008 at 4:28 AM, Igor Vaynberg <[EMAIL PROTECTED]> wrote:
> public interface IConverterLocator<T> extends IClusterable
> {
>        public IConverter<T> getConverter(Class<T> type);
> }
>
> doesnt make any sense, it should be
>
> public interface IConverterLocato extends IClusterable
> {
>        public <T> IConverter<T> getConverter(Class<T> type);
> }
>
> objections? johan you want to make that change since you worked on
> converter generics?
>

Reply via email to