Skip to content

Commit 3ea4eac

Browse files
committed
8300817: The build is broken after JDK-8294693
Reviewed-by: tvaleev, darcy
1 parent cbfc069 commit 3ea4eac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/java.base/share/classes/java/util/Collections.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -459,7 +459,7 @@ public static void shuffle(List<?> list, Random rnd) {
459459
* up to the second, repeatedly swapping a randomly selected element into
460460
* the "current position". Elements are randomly selected from the
461461
* portion of the list that runs from the first element to the current
462-
* position, inclusive.<p>
462+
* position, inclusive.
463463
*
464464
* @implSpec This method runs in linear time. If the specified list does
465465
* not implement the {@link RandomAccess} interface and is large, this

0 commit comments

Comments
 (0)