Skip to content

Commit 752f46d

Browse files
thswlsqlsAlan Bateman
authored andcommitted
8374373: Typo in VirtualThreadSchedulerMXBean.setParallelism javadoc
Reviewed-by: alanb
1 parent 96e5c27 commit 752f46d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/jdk.management/share/classes/jdk/management/VirtualThreadSchedulerMXBean.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2024, Oracle and/or its affiliates. All rights reserved.
2+
* Copyright (c) 2024, 2025, 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
@@ -76,7 +76,7 @@ public interface VirtualThreadSchedulerMXBean extends PlatformManagedObject {
7676
* @throws IllegalArgumentException if size is less than the minimum, or
7777
* greater than the maximum, supported by the scheduler
7878
* @throws UnsupportedOperationException if changing the target
79-
* parallelism is not suppored by the scheduler
79+
* parallelism is not supported by the scheduler
8080
*
8181
* @see ForkJoinPool#setParallelism(int)
8282
*/

0 commit comments

Comments
 (0)