Rename "import jet" to "import kotlin" in Java sources

This commit is contained in:
Alexander Udalov
2014-03-02 21:33:22 +04:00
parent 6eae950812
commit d04ee09636
43 changed files with 101 additions and 102 deletions
@@ -27,7 +27,7 @@ import com.intellij.openapi.util.SystemInfo;
import com.intellij.openapi.util.io.FileUtil;
import com.intellij.openapi.util.text.StringUtil;
import com.intellij.util.ArrayUtil;
import jet.Function1;
import kotlin.Function1;
import kotlin.KotlinPackage;
import org.intellij.lang.annotations.Language;
import org.jetbrains.jet.JetTestUtils;
@@ -196,4 +196,4 @@ public abstract class KotlinIntegrationTestBase {
protected static File getKotlinProjectHome() {
return new File(PathManager.getHomePath()).getParentFile();
}
}
}