make Dokka happy by sorting imports of Java classes
This commit is contained in:
@@ -2,9 +2,9 @@ package kotlin
|
|||||||
|
|
||||||
import java.util.Comparator
|
import java.util.Comparator
|
||||||
import java.util.LinkedHashMap
|
import java.util.LinkedHashMap
|
||||||
|
import java.util.Properties
|
||||||
import java.util.SortedMap
|
import java.util.SortedMap
|
||||||
import java.util.TreeMap
|
import java.util.TreeMap
|
||||||
import java.util.Properties
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Allows to use the index operator for storing values in a mutable map.
|
* Allows to use the index operator for storing values in a mutable map.
|
||||||
|
|||||||
@@ -1,8 +1,8 @@
|
|||||||
package kotlin.concurrent
|
package kotlin.concurrent
|
||||||
|
|
||||||
|
import java.util.Date
|
||||||
import java.util.Timer
|
import java.util.Timer
|
||||||
import java.util.TimerTask
|
import java.util.TimerTask
|
||||||
import java.util.Date
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Schedules an [action] to be executed after the specified [delay] (expressed in milliseconds).
|
* Schedules an [action] to be executed after the specified [delay] (expressed in milliseconds).
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
package kotlin.math
|
package kotlin.math
|
||||||
|
|
||||||
import java.math.BigInteger
|
|
||||||
import java.math.BigDecimal
|
import java.math.BigDecimal
|
||||||
|
import java.math.BigInteger
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Enables the use of the `+` operator for [BigInteger] instances.
|
* Enables the use of the `+` operator for [BigInteger] instances.
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
package kotlin
|
package kotlin
|
||||||
|
|
||||||
import java.io.PrintWriter
|
|
||||||
import java.io.PrintStream
|
import java.io.PrintStream
|
||||||
|
import java.io.PrintWriter
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Allows a stack trace to be printed from Kotlin's [Throwable].
|
* Allows a stack trace to be printed from Kotlin's [Throwable].
|
||||||
|
|||||||
Reference in New Issue
Block a user