Twice now I've blown this comment.

This commit is contained in:
Ray Greenwell
2010-02-24 17:34:03 +00:00
parent 17a6cb3332
commit 6255819745
@@ -98,7 +98,7 @@ public abstract class Sequence<T> implements Iterable<T>
/**
* Converts this sequence into an array.
* I wish this were <S super T> S[] toArray (Class<?> clazz);
* I wish this were <S super T> S[] toArray (Class<S> clazz);
*/
public abstract T[] toArray (Class<T> clazz);
}