8314209: Wrong @since tag for RandomGenerator::equiDoubles

Reviewed-by: alanb
This commit is contained in:
Raffaello Giulietti 2023-08-16 08:21:34 +00:00
parent ef6db5c299
commit b80001de0c

View File

@ -293,7 +293,7 @@ public interface RandomGenerator {
* or {@code right} is not finite, or if the specified interval
* is empty.
*
* @since 21
* @since 22
*/
default DoubleStream equiDoubles(double left, double right,
boolean isLeftIncluded, boolean isRightIncluded) {