There was an error while loading. Please reload this page.
1 parent 3bc5cec commit 87a570fCopy full SHA for 87a570f
1 file changed
vpro-shared-util/src/test/java/nl/vpro/jmx/MBeans2Test.java
@@ -22,7 +22,7 @@
22
@Execution(SAME_THREAD)
23
class MBeans2Test {
24
static {
25
- ThreadPools.copyExecutor.submit(() -> {}); // Just to early tricker the info about virtual threads in j < 25
+ ThreadPools.copyExecutor.submit(() -> {}); // Just to early trigger the info about virtual threads in java < 21
26
}
27
28
@AfterEach
0 commit comments