jdk/src/share/classes/java/time/chrono/Era.java
changeset 20873 e91d5b1cb8e6
parent 20795 8ec9e5b79828
child 24256 da9a41004459
--- 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
      */