| JDK 19 |
|---|
| 19 b16Fixed |
|
CSR :
|
|
|
Relates :
|
The class java.util.concurrent.ThreadLocalRandom is a public class. However, it has one sole constructor which is private:
private ThreadLocalRandom() {
...
}
This makes it eligible to be marked as final and doing so will also better convey its extensibility.
|