--- old/src/share/classes/java/util/Collection.java 2010-02-24 10:48:10.000000000 -0800 +++ new/src/share/classes/java/util/Collection.java 2010-02-24 10:48:09.000000000 -0800 @@ -103,6 +103,8 @@ * * Java Collections Framework. * + * @param the type of elements in this collection + * * @author Josh Bloch * @author Neal Gafter * @see Set