mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-03-22 06:50:54 +07:00
IJPL-797 intellij.platform.bootstrap.dev review internal API
GitOrigin-RevId: 956d6f70473e55a8477e7c7de5db65adb92d85d9
This commit is contained in:
committed by
intellij-monorepo-bot
parent
9b2f801d9a
commit
e95d9319ed
@@ -1,3 +1,2 @@
|
||||
f:org.jetbrains.intellij.build.devServer.DevMainKt
|
||||
- <init>():V
|
||||
- s:main(java.lang.String[]):V
|
||||
@@ -11,6 +11,9 @@ import java.util.Collection;
|
||||
|
||||
// in java - don't use kotlin to avoid loading non-JDK classes
|
||||
public final class DevMainKt {
|
||||
|
||||
private DevMainKt() { }
|
||||
|
||||
@SuppressWarnings("UseOfSystemOutOrSystemErr")
|
||||
public static void main(String[] rawArgs) throws Throwable {
|
||||
long start = System.currentTimeMillis();
|
||||
|
||||
Reference in New Issue
Block a user