Checkstyle fix from 56694eb
This commit is contained in:
parent
56694ebc0f
commit
5de4029b43
@ -22,7 +22,8 @@ import java.security.SecureRandom;
|
||||
import java.util.Random;
|
||||
|
||||
/**
|
||||
* Insecure {@link SecureRandom} which relies on {@link PlatformDependent#threadLocalRandom()} for random number generation.
|
||||
* Insecure {@link SecureRandom} which relies on {@link PlatformDependent#threadLocalRandom()} for random number
|
||||
* generation.
|
||||
*/
|
||||
final class ThreadLocalInsecureRandom extends SecureRandom {
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user