annotations

This commit is contained in:
Maxim Manuylov
2012-07-29 23:57:51 +04:00
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) {