Code clean

This commit is contained in:
Michael Bogdanov
2015-09-04 15:39:51 +03:00
parent 20bb9963b3
commit 2ca9b3ae0e
13 changed files with 15 additions and 42 deletions
@@ -242,10 +242,6 @@ public class KotlinCoreEnvironment private constructor(
messageCollector.report(severity, message, CompilerMessageLocation.NO_LOCATION)
}
public fun getJavaRoots() : List<JavaRoot> {
return javaRoots
}
companion object {
private val APPLICATION_LOCK = Object()