mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-28 07:14:30 +02:00
8214559: Use {@systemProperty} for definitions of system properties
Reviewed-by: martin, jjg
This commit is contained in:
parent
8d8b784c9e
commit
6c78aa9571
2 changed files with 67 additions and 58 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue