On 19/02/2014 11:08, David Holmes wrote:
Hi Stephen,
This could be construed as a spec-change, even if a typo :(
- * which are too large to fit in an {@code int} and throw a {@code
DateTimeException}.
+ * which are too large to fit in an {@code int} and throw an {@code
UnsupportedTemporalTypeException}.
David
From what I can tell, this is LocalDate.get(TemporalField) and the
@throws already declares the specific exception for the out of range
case. So I think this one is okay and seems to just adjusting the method
description so that it matches declaration (is that right?).
-Alan.