8300817: The build is broken after JDK-8294693

Reviewed-by: tvaleev, darcy
This commit is contained in:
Sergey Bylokhov 2023-01-21 21:51:41 +00:00
parent cbfc069f6a
commit 3ea4eac145

View File

@ -459,7 +459,7 @@ public class Collections {
* 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