mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-27 23:04:50 +02:00
8314209: Wrong @since tag for RandomGenerator::equiDoubles
Reviewed-by: alanb
This commit is contained in:
parent
ef6db5c299
commit
b80001de0c
1 changed files with 1 additions and 1 deletions
|
@ -293,7 +293,7 @@ public interface RandomGenerator {
|
||||||
* or {@code right} is not finite, or if the specified interval
|
* or {@code right} is not finite, or if the specified interval
|
||||||
* is empty.
|
* is empty.
|
||||||
*
|
*
|
||||||
* @since 21
|
* @since 22
|
||||||
*/
|
*/
|
||||||
default DoubleStream equiDoubles(double left, double right,
|
default DoubleStream equiDoubles(double left, double right,
|
||||||
boolean isLeftIncluded, boolean isRightIncluded) {
|
boolean isLeftIncluded, boolean isRightIncluded) {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue