Deprecated 'INSTANCE$' replaced with 'INSTANCE'

This commit is contained in:
Michael Bogdanov
2015-12-24 10:36:13 +03:00
parent 80fd9e3cbb
commit aeb6486473
98 changed files with 187 additions and 187 deletions
@@ -135,7 +135,7 @@ public class K2JSCompiler extends CLICompiler<K2JSCompilerArguments> {
@Override
public Unit invoke(String message) {
messageSeverityCollector.report(CompilerMessageSeverity.ERROR, message, CompilerMessageLocation.NO_LOCATION);
return Unit.INSTANCE$;
return Unit.INSTANCE;
}
})) {
return COMPILATION_ERROR;
@@ -175,7 +175,7 @@ public class CompileEnvironmentUtil {
}
}
}
return Unit.INSTANCE$;
return Unit.INSTANCE;
}
});
}