Skip to content

Commit

Permalink
Fix import
Browse files Browse the repository at this point in the history
  • Loading branch information
bierbaum committed Feb 7, 2011
1 parent 3e81cc6 commit bf7bd6e
Showing 1 changed file with 3 additions and 3 deletions.
Expand Up @@ -25,15 +25,15 @@ import com.twitter.util.{Future, Promise, Return, Throw}
import com.twitter.util.{Future, Promise, Return}

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

trait Server {
/**
/**
* Close the underlying server gracefully with the given grace
* period. close() will drain the current channels, waiting up to
* ``timeout'', after which channels are forcibly closed.
*/
*/
def close(timeout: Duration = Duration.MaxValue)
}

Expand Down

0 comments on commit bf7bd6e

Please sign in to comment.