On 8/19/11 12:11 PM, [email protected] wrote:
On Fri, Aug 19, 2011 at 7:07 AM, Jörn Kottmann<[email protected]> wrote:Sorry. Should this work? public Evaluator(List<? extends EvaluationSampleListener<T>> listeners) { if(listeners != null) { this.listeners = new LinkedList<EvaluationSampleListener<T>>(listeners); } } thanks
Yes, looks good to me. Jörn
