Checkstyle fix from 56694eb

This commit is contained in:
Scott Mitchell 2017-02-16 22:28:56 -08:00
parent 56694ebc0f
commit 5de4029b43

View File

@ -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 {