This content has been marked as final.
Show 1 reply
-
1. Re: Predicate is a raw type. References to generic type Predicate<E> should
davsclaus Nov 17, 2009 9:27 AM (in response to mfatafta)Ah its just a warning, it works fine.
You can add
@SuppressWarnings("unchecked")
To the method signature.
In Camel 2.0 the Predicate is no long generified so you wont have the warning there.