Skip to content
This repository has been archived by the owner on Sep 18, 2021. It is now read-only.

Commit

Permalink
remove all the "import thrift._" that aren't used anymore.
Browse files Browse the repository at this point in the history
  • Loading branch information
Robey Pointer committed Mar 30, 2012
1 parent f1b758c commit 0967077
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 5 deletions.
Expand Up @@ -5,7 +5,6 @@ import com.twitter.util._
import java.util.concurrent.Executors
import scala.collection.mutable
import config._
import thrift._

class BirdNameServiceImpl(config: BirdNameServiceConfig) extends BirdNameService.ThriftServer {
val serverName = "BirdName"
Expand Down
@@ -1,8 +1,7 @@
package com.twitter.birdname

import com.twitter.logging.Logger
import com.twitter.ostrich.admin.RuntimeEnvironment
import thrift._
import com.twitter.ostrich.admin.{RuntimeEnvironment, ServiceTracker}

object Main {
private val log = Logger.get(getClass)
Expand Down
Expand Up @@ -7,7 +7,6 @@ import com.twitter.logging.config._
import com.twitter.ostrich.admin.{RuntimeEnvironment, ServiceTracker}
import com.twitter.ostrich.admin.config._
import com.twitter.util.Config
import thrift._

class BirdNameServiceConfig extends ServerConfig[BirdNameService.ThriftServer] {
var thriftPort: Int = 9999
Expand Down
Expand Up @@ -4,7 +4,6 @@ import com.twitter.conversions.time._
import com.twitter.ostrich.admin._
import com.twitter.util._
import org.specs.Specification
import thrift._

abstract class AbstractSpec extends Specification {
val env = RuntimeEnvironment(this, Array("-f", "config/test.scala"))
Expand Down

0 comments on commit 0967077

Please sign in to comment.