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
@@ -1,8 +1,8 @@
package org.jetbrains.jet.storage;
import jet.Function0;
import jet.Function1;
import jet.Unit;
import kotlin.Function0;
import kotlin.Function1;
import kotlin.Unit;
import junit.framework.TestCase;
import org.jetbrains.annotations.NotNull;
import org.jetbrains.annotations.Nullable;
@@ -565,4 +565,4 @@ public class StorageManagerTest extends TestCase {
throw new UnsupportedOperationException();
}
}
}
}