mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-27 23:04:50 +02:00
8273792: JumpableGenerator.rngs() documentation refers to wrong method
Co-authored-by: Guy Steele <gls@openjdk.org> Reviewed-by: rriggs
This commit is contained in:
parent
d427c79d3b
commit
6b4fbaedbb
1 changed files with 1 additions and 1 deletions
|
@ -1196,7 +1196,7 @@ public interface RandomGenerator {
|
|||
*
|
||||
* @return a stream of objects that implement the {@link RandomGenerator} interface
|
||||
*
|
||||
* @implSpec The default implementation calls {@link JumpableGenerator#jump jump}().
|
||||
* @implSpec The default implementation calls {@link JumpableGenerator#jumps jumps}().
|
||||
*/
|
||||
default Stream<RandomGenerator> rngs() {
|
||||
return this.jumps();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue