mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-27 14:54:52 +02:00
8283683: Make ThreadLocalRandom a final class
Reviewed-by: smarks, chegar
This commit is contained in:
parent
f4eaa16c0f
commit
8567266795
1 changed files with 1 additions and 1 deletions
|
@ -93,7 +93,7 @@ import jdk.internal.misc.VM;
|
|||
i = 64, j = 0, k = 0,
|
||||
equidistribution = 1
|
||||
)
|
||||
public class ThreadLocalRandom extends Random {
|
||||
public final class ThreadLocalRandom extends Random {
|
||||
/*
|
||||
* This class implements the java.util.Random API (and subclasses
|
||||
* Random) using a single static instance that accesses 64 bits of
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue