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