mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-01 09:04:15 +07:00
GitOrigin-RevId: eba99731eeb92f05b61f04354857b273f5d285a0
8 lines
240 B
Java
8 lines
240 B
Java
import java.lang.Thread;
|
|
|
|
class UseIntelliJVirtualThreads {
|
|
public static void main(String[] args) {
|
|
<warning descr="Use 'IntelliJVirtualThreads.ofVirtual()' instead of 'Thread.ofVirtual()'">Thread.ofVirtual()<caret></warning>;
|
|
}
|
|
}
|