commit | 8ca112975bf5b01c972138c649ce38673a9de720 | [log] [tgz] |
---|---|---|
author | gwt.team.scottb <gwt.team.scottb@8db76d5a-ed1c-0410-87a9-c151d255dfc7> | Sat Jun 30 15:45:29 2007 +0000 |
committer | gwt.team.scottb <gwt.team.scottb@8db76d5a-ed1c-0410-87a9-c151d255dfc7> | Sat Jun 30 15:45:29 2007 +0000 |
tree | 617cd060679e53c3c082e8e099f4bfe1302a5b95 | |
parent | 29eadb5b2d7f4ac506d5c8d9587283ff002fceca [diff] |
Build fix: mismatched HTML tags. git-svn-id: https://google-web-toolkit.googlecode.com/svn/trunk@1213 8db76d5a-ed1c-0410-87a9-c151d255dfc7
diff --git a/user/super/com/google/gwt/emul/java/util/ArrayList.java b/user/super/com/google/gwt/emul/java/util/ArrayList.java index a01dc07..d3eff10 100644 --- a/user/super/com/google/gwt/emul/java/util/ArrayList.java +++ b/user/super/com/google/gwt/emul/java/util/ArrayList.java
@@ -20,6 +20,7 @@ /** * See Sun's JDK 1.4 documentation for documentation. * + * <p> * This implementation differs from JDK 1.4 <code>ArrayList</code> in terms of * capacity management. There is no speed advantage to pre-allocating array * sizes in JavaScript, so this implementation does not include any of the