src/share/classes/java/time/temporal/package-info.java

Print this page
rev 10048 : 8044740: Convert all JDK versions used in @since tag to 1.n[.n] in jdk repo
Reviewed-by:

*** 152,159 **** * </p> * <p> * All calculations should check for numeric overflow and throw either an {@link java.lang.ArithmeticException} * or a {@link java.time.DateTimeException}. * </p> ! * @since JDK1.8 */ package java.time.temporal; --- 152,159 ---- * </p> * <p> * All calculations should check for numeric overflow and throw either an {@link java.lang.ArithmeticException} * or a {@link java.time.DateTimeException}. * </p> ! * @since 1.8 */ package java.time.temporal;