--- old/src/share/classes/java/lang/Iterable.java 2010-02-24 10:48:09.000000000 -0800 +++ new/src/share/classes/java/lang/Iterable.java 2010-02-24 10:48:09.000000000 -0800 @@ -27,8 +27,12 @@ import java.util.Iterator; -/** Implementing this interface allows an object to be the target of - * the "foreach" statement. +/** + * Implementing this interface allows an object to be the target of + * the "foreach" statement. + * + * @param the type of elements returned by the iterator + * * @since 1.5 */ public interface Iterable {