--- a/jdk/src/share/classes/java/time/chrono/Era.java Wed Oct 16 17:55:49 2013 -0400
+++ b/jdk/src/share/classes/java/time/chrono/Era.java Thu Oct 17 10:37:23 2013 -0400
@@ -111,11 +111,11 @@
* All fields, including eras, have an associated numeric value.
* The meaning of the numeric value for era is determined by the chronology
* according to these principles:
- * <p><ul>
+ * <ul>
* <li>The era in use at the epoch 1970-01-01 (ISO) has the value 1.
* <li>Later eras have sequentially higher values.
* <li>Earlier eras have sequentially lower values, which may be negative.
- * </ul><p>
+ * </ul>
*
* @return the numeric era value
*/