Skip to content

Commit e476a61

Browse files
committed
Fix comment
1 parent d736104 commit e476a61

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dd-java-agent/instrumentation/java-concurrent/src/test/groovy/QueueTimingForkedTest.groovy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ class QueueTimingForkedTest extends AgentTestRunner {
3939
})
4040

4141
then:
42-
// Starting from Java 24, ForkJoinPool will wrap runnable with the {@code java.util.concurrent.ForkJoinTask$AdaptedInterruptibleRunnable} class
42+
// Starting from Java 24, ForkJoinPool will wrap a Runnable with the {@code java.util.concurrent.ForkJoinTask$AdaptedInterruptibleRunnable} class
4343
String expectedTaskClassName = Platform.isJavaVersionAtLeast(24) ? 'AdaptedInterruptibleRunnable' : 'TestRunnable'
4444

4545
// flaky before JDK21

0 commit comments

Comments
 (0)