Skip to content

Commit 3d2d039

Browse files
anthonyvdotbejaikiran
authored andcommittedMay 29, 2022
8287440: Typo in package-info.java of java.util.random
Reviewed-by: darcy, iris, jpai
1 parent 36350bf commit 3d2d039

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎src/java.base/share/classes/java/util/random/package-info.java

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2021, Oracle and/or its affiliates. All rights reserved.
2+
* Copyright (c) 2021, 2022, Oracle and/or its affiliates. All rights reserved.
33
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
44
*
55
* This code is free software; you can redistribute it and/or modify it
@@ -358,7 +358,7 @@
358358
* uses a large family of state cycles and makes some attempt to ensure that
359359
* distinct instances use different state cycles; but even if two instances
360360
* "accidentally" use the same state cycle, they are highly likely to traverse
361-
* different regions parts of that shared state cycle. This strategy is
361+
* different regions of that shared state cycle. This strategy is
362362
* supported by the interface {@link RandomGenerator.SplittableGenerator}.
363363
* In this package, implementations of this interface include
364364
* "L32X64MixRandom",

0 commit comments

Comments
 (0)
Please sign in to comment.