# HG changeset patch # User rriggs # Date 1380902489 14400 # Node ID 0a672997e442e288e9070478e443b8b1ab555c9b # Parent 0952771e3e258beda554f100ef0ba702f1eb26c2 8024999: Instant.Parse typo in example Summary: javadoc only fix to correct example to use "." and "Z" Reviewed-by: sherman diff -r 0952771e3e25 -r 0a672997e442 jdk/src/share/classes/java/time/Instant.java --- a/jdk/src/share/classes/java/time/Instant.java Sat Sep 14 22:46:49 2013 +0100 +++ b/jdk/src/share/classes/java/time/Instant.java Fri Oct 04 12:01:29 2013 -0400 @@ -374,7 +374,7 @@ //----------------------------------------------------------------------- /** * Obtains an instance of {@code Instant} from a text string such as - * {@code 2007-12-03T10:15:30:00}. + * {@code 2007-12-03T10:15:30.00Z}. *

* The string must represent a valid instant in UTC and is parsed using * {@link DateTimeFormatter#ISO_INSTANT}.