From 625581974561ce8a730c2ecf7b28e5f5b122146d Mon Sep 17 00:00:00 2001 From: Ray Greenwell Date: Wed, 24 Feb 2010 17:34:03 +0000 Subject: [PATCH] Twice now I've blown this comment. --- src/java/com/samskivert/depot/util/Sequence.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/java/com/samskivert/depot/util/Sequence.java b/src/java/com/samskivert/depot/util/Sequence.java index fb0e957..5ac5c0f 100644 --- a/src/java/com/samskivert/depot/util/Sequence.java +++ b/src/java/com/samskivert/depot/util/Sequence.java @@ -98,7 +98,7 @@ public abstract class Sequence implements Iterable /** * Converts this sequence into an array. - * I wish this were S[] toArray (Class clazz); + * I wish this were S[] toArray (Class clazz); */ public abstract T[] toArray (Class clazz); }