Skip to content

Commit

Permalink
Unused import removed
Browse files Browse the repository at this point in the history
  • Loading branch information
alexeykiselev committed Oct 2, 2017
1 parent d9e770f commit 4532af8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/scala/com/wavesplatform/network/NetworkServer.scala
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
package com.wavesplatform.network

import java.net.{InetSocketAddress, NetworkInterface, NoRouteToHostException}
import java.net.{InetSocketAddress, NetworkInterface}
import java.util.concurrent.ConcurrentHashMap
import java.util.concurrent.atomic.{AtomicBoolean, AtomicInteger}

import com.wavesplatform.mining.Miner
import com.wavesplatform.settings._
import com.wavesplatform.state2.reader.StateReader
import com.wavesplatform.{UtxPool, Version, utils}
import com.wavesplatform.{UtxPool, Version}
import io.netty.bootstrap.{Bootstrap, ServerBootstrap}
import io.netty.channel._
import io.netty.channel.group.ChannelGroup
Expand Down

0 comments on commit 4532af8

Please sign in to comment.