8149601: Update references from "1.9" to "9"
Reviewed-by: chegar, joehw
This commit is contained in:
parent
f4ce870684
commit
b5f3e3a276
@ -45,7 +45,7 @@ import java.lang.annotation.Target;
|
|||||||
* throw a delayed StackOverflowError when the thread exits the annotated
|
* throw a delayed StackOverflowError when the thread exits the annotated
|
||||||
* method.
|
* method.
|
||||||
*
|
*
|
||||||
* @since 1.9
|
* @since 9
|
||||||
*/
|
*/
|
||||||
@Retention(RetentionPolicy.RUNTIME)
|
@Retention(RetentionPolicy.RUNTIME)
|
||||||
@Target({ElementType.METHOD, ElementType.CONSTRUCTOR})
|
@Target({ElementType.METHOD, ElementType.CONSTRUCTOR})
|
||||||
|
@ -135,7 +135,7 @@ public class SimpleFormatter extends Formatter {
|
|||||||
* SEVERE: several message with an exception
|
* SEVERE: several message with an exception
|
||||||
* </pre></li>
|
* </pre></li>
|
||||||
* <li> {@code java.util.logging.SimpleFormatter.format="%1$tb %1$td, %1$tY %1$tl:%1$tM:%1$tS.%1$tN %1$Tp %2$s%n%4$s: %5$s%6$s%n"}
|
* <li> {@code java.util.logging.SimpleFormatter.format="%1$tb %1$td, %1$tY %1$tl:%1$tM:%1$tS.%1$tN %1$Tp %2$s%n%4$s: %5$s%6$s%n"}
|
||||||
* <p>Since JDK 1.9, {@code java.util.logging} uses {@link
|
* <p>Since JDK 9, {@code java.util.logging} uses {@link
|
||||||
* java.time.Clock#systemUTC() java.time} to create more precise time
|
* java.time.Clock#systemUTC() java.time} to create more precise time
|
||||||
* stamps.
|
* stamps.
|
||||||
* The format above can be used to add a {@code .%1$tN} to the
|
* The format above can be used to add a {@code .%1$tN} to the
|
||||||
|
@ -41,7 +41,7 @@ import java.util.*;
|
|||||||
* but it is recommended that it normally be used with UTF-8. The
|
* but it is recommended that it normally be used with UTF-8. The
|
||||||
* character encoding can be set on the output Handler.
|
* character encoding can be set on the output Handler.
|
||||||
*
|
*
|
||||||
* @implSpec Since JDK 1.9, instances of {@linkplain LogRecord} contain
|
* @implSpec Since JDK 9, instances of {@linkplain LogRecord} contain
|
||||||
* an {@link LogRecord#getInstant() Instant} which can have nanoseconds below
|
* an {@link LogRecord#getInstant() Instant} which can have nanoseconds below
|
||||||
* the millisecond resolution.
|
* the millisecond resolution.
|
||||||
* The DTD specification has been updated to allow for an optional
|
* The DTD specification has been updated to allow for an optional
|
||||||
@ -84,7 +84,7 @@ public class XMLFormatter extends Formatter {
|
|||||||
* Creates a new instance of XMLFormatter.
|
* Creates a new instance of XMLFormatter.
|
||||||
*
|
*
|
||||||
* @implSpec
|
* @implSpec
|
||||||
* Since JDK 1.9, the XMLFormatter will print out the record {@linkplain
|
* Since JDK 9, the XMLFormatter will print out the record {@linkplain
|
||||||
* LogRecord#getInstant() event time} as an Instant. This instant
|
* LogRecord#getInstant() event time} as an Instant. This instant
|
||||||
* has the best resolution available on the system. The {@code <date>}
|
* has the best resolution available on the system. The {@code <date>}
|
||||||
* element will contain the instant as formatted by the {@link
|
* element will contain the instant as formatted by the {@link
|
||||||
|
Loading…
Reference in New Issue
Block a user