annotations
This commit is contained in:
committed by
Evgeny Gerashchenko
parent
a8cd11f0f9
commit
2d6158b9d8
@@ -155,7 +155,7 @@ public abstract class CLICompiler<A extends CompilerArguments> {
|
|||||||
}
|
}
|
||||||
|
|
||||||
@NotNull
|
@NotNull
|
||||||
public static ExitCode doDoMain(CLICompiler compiler, String[] args) {
|
public static ExitCode doDoMain(@NotNull CLICompiler compiler, @NotNull String[] args) {
|
||||||
try {
|
try {
|
||||||
ExitCode rc = compiler.exec(System.out, args);
|
ExitCode rc = compiler.exec(System.out, args);
|
||||||
if (rc != OK) {
|
if (rc != OK) {
|
||||||
|
|||||||
Reference in New Issue
Block a user