Skip to content

Commit b16634b

Browse files
committedApr 22, 2021
typo
1 parent 0c7f050 commit b16634b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎test/jdk/java/lang/Thread/virtual/ThreadExecutorTest.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ public void testThreadPerTask(ThreadFactory factory) throws Exception {
129129
}
130130

131131
/**
132-
* Test that the given thread factory specified to newThreadExecutor is used.
132+
* Test that the thread factory specified to newThreadExecutor is used.
133133
*/
134134
public void testThreadFactory() throws Exception {
135135
var ref1 = new AtomicReference<Thread>();

0 commit comments

Comments
 (0)
Please sign in to comment.