--- a/jdk/src/share/classes/java/time/format/Parsed.java Fri Feb 28 13:36:46 2014 -0500
+++ b/jdk/src/share/classes/java/time/format/Parsed.java Fri Feb 28 17:01:12 2014 -0500
@@ -289,7 +289,7 @@
changedCount++;
continue outer; // have to restart to avoid concurrent modification
}
- throw new DateTimeException("Method resolveFields() can only return ChronoZonedDateTime," +
+ throw new DateTimeException("Method resolve() can only return ChronoZonedDateTime, " +
"ChronoLocalDateTime, ChronoLocalDate or LocalTime");
} else if (fieldValues.containsKey(targetField) == false) {
changedCount++;