8314209: Wrong @since tag for RandomGenerator::equiDoubles
Reviewed-by: alanb
This commit is contained in:
parent
ef6db5c299
commit
b80001de0c
@ -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…
x
Reference in New Issue
Block a user