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