Skip to content

Commit

Permalink
kill imports for Job, QueueingChannelHandler
Browse files Browse the repository at this point in the history
  • Loading branch information
mariusae committed Feb 11, 2011
1 parent 0208bfb commit f2cfefd
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,7 @@ import com.twitter.finagle.util._
import com.twitter.finagle.util.Timer._
import com.twitter.util.{Future, Promise, Return, Throw}

import channel.{
Job, QueueingChannelHandler, ChannelClosingHandler,
ServiceToChannelHandler, ChannelSemaphoreHandler}
import channel.{ChannelClosingHandler, ServiceToChannelHandler, ChannelSemaphoreHandler}
import service.{ExpiringService, TimeoutFilter, StatsFilter}
import stats.{StatsReceiver}

Expand Down

0 comments on commit f2cfefd

Please sign in to comment.