J2K CliLightClassGenerationSupport: prettify

This commit is contained in:
Pavel V. Talanov
2015-09-08 16:46:58 +03:00
parent 0c884f10ee
commit e9c1df0cb9
3 changed files with 34 additions and 60 deletions
@@ -38,6 +38,6 @@ public class JavaLazyAnalyzerPostConstruct : JavaClassFinderPostConstruct() {
@Inject set
@PostConstruct override fun postCreate() {
CodeAnalyzerInitializer.getInstance(project!!).initialize(trace!!, codeAnalyzer!!.getModuleDescriptor(), codeAnalyzer)
CodeAnalyzerInitializer.getInstance(project!!).initialize(trace!!, codeAnalyzer!!.getModuleDescriptor(), codeAnalyzer!!)
}
}