8214567: Use {@systemProperty} for definitions of system properties

8214569: Use {@systemProperty} for definitions of system properties

Reviewed-by: lancea, mchung, alanb, naoto
This commit is contained in:
Deepak kejriwal 2018-12-26 17:09:19 +05:30 committed by Ramanand Patil
parent b91fa3a6c8
commit 6774e567aa
13 changed files with 24 additions and 24 deletions

View file

@ -39,7 +39,7 @@ import jdk.internal.logger.SurrogateLogger;
* <a id="formatting">
* <b>Configuration:</b></a>
* The {@code SimpleFormatter} is initialized with the format string
* specified in the {@code java.util.logging.SimpleFormatter.format}
* specified in the {@systemProperty java.util.logging.SimpleFormatter.format}
* property to {@linkplain #format(LogRecord) format} the log messages.
* This property can be defined
* in the {@linkplain LogManager#getProperty logging properties}