--- a/jdk/src/share/classes/java/time/OffsetTime.java Wed Oct 16 17:55:49 2013 -0400
+++ b/jdk/src/share/classes/java/time/OffsetTime.java Thu Oct 17 10:37:23 2013 -0400
@@ -1351,13 +1351,13 @@
* Outputs this time as a {@code String}, such as {@code 10:15:30+01:00}.
* <p>
* The output will be one of the following ISO-8601 formats:
- * <p><ul>
+ * <ul>
* <li>{@code HH:mmXXXXX}</li>
* <li>{@code HH:mm:ssXXXXX}</li>
* <li>{@code HH:mm:ss.SSSXXXXX}</li>
* <li>{@code HH:mm:ss.SSSSSSXXXXX}</li>
* <li>{@code HH:mm:ss.SSSSSSSSSXXXXX}</li>
- * </ul><p>
+ * </ul>
* The format used will be the shortest that outputs the full value of
* the time where the omitted parts are implied to be zero.
*