Move kotlin.comparisons.Comparator to kotlin package and remove the former from default imports.

This commit is contained in:
Ilya Gorbunov
2016-12-14 17:55:34 +03:00
parent 9218965821
commit 3bedbfae33
4 changed files with 4 additions and 7 deletions
+1 -1
View File
@@ -14,7 +14,7 @@
* limitations under the License.
*/
package kotlin.comparisons
package kotlin
public interface Comparator<T> {