netty5/handler/src
Scott Mitchell 56694ebc0f Cleanup from fbf0e5f4dd
Motivation:
ThreadLocalInsecureRandom still referenced ThreadLocalRandom directly, but shouldn't.

Modifications:
ThreadLocalInsecureRandom should reference PlatformDependent#threadLocalRandom() in comments

Result:
Less usage of internal.ThreadLocalRandom.
2017-02-16 15:56:23 -08:00
..
main/java/io/netty/handler Cleanup from fbf0e5f4dd 2017-02-16 15:56:23 -08:00
test Prefer JDK ThreadLocalRandom implementation over ours. 2017-02-16 15:44:00 -08:00