On Thu, Jul 21, 2011 at 11:54 PM, Dave Brosius wrote:
> Found an collection type error when adding generics in this code below.
>
> Collection was holding both ElementValueGen and ElementValue objects which
> are unrelated by inheritance.
>
> Modified code so only ElementValueGen are in the collec
Found an collection type error when adding generics in this code below.
Collection was holding both ElementValueGen and ElementValue objects
which are unrelated by inheritance.
Modified code so only ElementValueGen are in the collection, using
- evalues.add(datums[i]);
+