changeset 4977 | 81902a400bbf |
parent 2 | 90ce3da70b43 |
child 5506 | 202f599c92aa |
--- a/jdk/src/share/classes/java/util/List.java Tue Feb 23 18:21:31 2010 +0000 +++ b/jdk/src/share/classes/java/util/List.java Wed Feb 24 10:48:18 2010 -0800 @@ -89,6 +89,8 @@ * <a href="{@docRoot}/../technotes/guides/collections/index.html"> * Java Collections Framework</a>. * + * @param <E> the type of elements in this list + * * @author Josh Bloch * @author Neal Gafter * @see Collection