Skip to content

Commit

Permalink
8300817: The build is broken after JDK-8294693
Browse files Browse the repository at this point in the history
Reviewed-by: tvaleev, darcy
  • Loading branch information
mrserb committed Jan 21, 2023
1 parent cbfc069 commit 3ea4eac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/java.base/share/classes/java/util/Collections.java
Expand Up @@ -459,7 +459,7 @@ public static void shuffle(List<?> list, Random rnd) {
* up to the second, repeatedly swapping a randomly selected element into
* the "current position". Elements are randomly selected from the
* portion of the list that runs from the first element to the current
* position, inclusive.<p>
* position, inclusive.
*
* @implSpec This method runs in linear time. If the specified list does
* not implement the {@link RandomAccess} interface and is large, this
Expand Down

1 comment on commit 3ea4eac

@openjdk-notifier
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.