diff -r 8e486b70dff8 -r e91d5b1cb8e6 jdk/src/share/classes/java/time/OffsetDateTime.java --- a/jdk/src/share/classes/java/time/OffsetDateTime.java Wed Oct 16 17:55:49 2013 -0400 +++ b/jdk/src/share/classes/java/time/OffsetDateTime.java Thu Oct 17 10:37:23 2013 -0400 @@ -1880,13 +1880,13 @@ * Outputs this date-time as a {@code String}, such as {@code 2007-12-03T10:15:30+01:00}. *

* The output will be one of the following ISO-8601 formats: - *

* The format used will be the shortest that outputs the full value of * the time where the omitted parts are implied to be zero. *