mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-03-22 15:19:59 +07:00
[runtime] remove todo
GitOrigin-RevId: 3aa4b4aa7f1b15b25295dc0faf83cade6a57c18f
This commit is contained in:
committed by
intellij-monorepo-bot
parent
de2add20fc
commit
46f97003e8
@@ -127,7 +127,7 @@ public final class AppMainV2 {
|
||||
}
|
||||
} else {
|
||||
declaredConstructor.setAccessible(true);
|
||||
Object objInstance = declaredConstructor.newInstance(); // TODO make a check here
|
||||
Object objInstance = declaredConstructor.newInstance();
|
||||
if (parameterCount == 0) {
|
||||
m.invoke(objInstance);
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user