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

Reviewed-by: martin, jjg
This commit is contained in:
Doug Lea 2018-12-11 19:55:27 -08:00
parent 8d8b784c9e
commit 6c78aa9571
2 changed files with 67 additions and 58 deletions

View file

@ -80,7 +80,7 @@ import java.util.stream.StreamSupport;
* in security-sensitive applications. Additionally,
* default-constructed instances do not use a cryptographically random
* seed unless the {@linkplain System#getProperty system property}
* {@code java.util.secureRandomSeed} is set to {@code true}.
* {@systemProperty java.util.secureRandomSeed} is set to {@code true}.
*
* @author Guy Steele
* @author Doug Lea