mirror of
https://github.com/corda/corda.git
synced 2025-06-11 03:41:41 +00:00
Remove unused import
This commit is contained in:
parent
db94f65d8a
commit
19e11619b4
@ -174,7 +174,6 @@ import org.apache.activemq.artemis.utils.ReusableLatch
|
|||||||
import org.jolokia.jvmagent.JolokiaServer
|
import org.jolokia.jvmagent.JolokiaServer
|
||||||
import org.jolokia.jvmagent.JolokiaServerConfig
|
import org.jolokia.jvmagent.JolokiaServerConfig
|
||||||
import org.slf4j.Logger
|
import org.slf4j.Logger
|
||||||
import org.slf4j.LoggerFactory
|
|
||||||
import rx.Scheduler
|
import rx.Scheduler
|
||||||
import java.io.IOException
|
import java.io.IOException
|
||||||
import java.lang.reflect.InvocationTargetException
|
import java.lang.reflect.InvocationTargetException
|
||||||
@ -198,30 +197,6 @@ import java.util.function.Consumer
|
|||||||
import javax.persistence.EntityManager
|
import javax.persistence.EntityManager
|
||||||
import javax.sql.DataSource
|
import javax.sql.DataSource
|
||||||
import kotlin.collections.ArrayList
|
import kotlin.collections.ArrayList
|
||||||
import kotlin.collections.List
|
|
||||||
import kotlin.collections.MutableList
|
|
||||||
import kotlin.collections.MutableSet
|
|
||||||
import kotlin.collections.Set
|
|
||||||
import kotlin.collections.drop
|
|
||||||
import kotlin.collections.emptyList
|
|
||||||
import kotlin.collections.filterNotNull
|
|
||||||
import kotlin.collections.first
|
|
||||||
import kotlin.collections.flatMap
|
|
||||||
import kotlin.collections.fold
|
|
||||||
import kotlin.collections.forEach
|
|
||||||
import kotlin.collections.groupBy
|
|
||||||
import kotlin.collections.last
|
|
||||||
import kotlin.collections.listOf
|
|
||||||
import kotlin.collections.map
|
|
||||||
import kotlin.collections.mapOf
|
|
||||||
import kotlin.collections.mutableListOf
|
|
||||||
import kotlin.collections.mutableSetOf
|
|
||||||
import kotlin.collections.plus
|
|
||||||
import kotlin.collections.plusAssign
|
|
||||||
import kotlin.collections.reversed
|
|
||||||
import kotlin.collections.setOf
|
|
||||||
import kotlin.collections.single
|
|
||||||
import kotlin.collections.toSet
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* A base node implementation that can be customised either for production (with real implementations that do real
|
* A base node implementation that can be customised either for production (with real implementations that do real
|
||||||
|
Loading…
x
Reference in New Issue
Block a user