Skip to content

Commit 90c219f

Browse files
committedJul 16, 2021
8270547: java.util.Random contains unnecessary @SuppressWarnings("exports")
Reviewed-by: darcy, bpb
1 parent 4927ee4 commit 90c219f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed
 

‎src/java.base/share/classes/java/util/Random.java

-1
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,6 @@
7676
* @author Frank Yellin
7777
* @since 1.0
7878
*/
79-
@SuppressWarnings("exports")
8079
@RandomGeneratorProperties(
8180
name = "Random",
8281
i = 48, j = 0, k = 0,

0 commit comments

Comments
 (0)
Please sign in to comment.