[runtime] remove todo

GitOrigin-RevId: 3aa4b4aa7f1b15b25295dc0faf83cade6a57c18f
This commit is contained in:
Roman Ivanov
2023-08-01 11:27:30 +02:00
committed by intellij-monorepo-bot
parent de2add20fc
commit 46f97003e8

View File

@@ -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 {