Tagged Questions
0
votes
2answers
949 views
Using generics with jakarta commons collections Buffer
This code compiles fine in Java <= 1.4. Java 1.6 bitches and moans with the warning:
"The method add(Object) belongs to the raw type Collection. References to generic type Collection should be ...