aboutsummaryrefslogtreecommitdiff
path: root/bagel
diff options
context:
space:
mode:
authorwitgo <witgo@qq.com>2014-09-11 18:44:35 -0700
committerAndrew Or <andrewor14@gmail.com>2014-09-11 18:44:35 -0700
commit33c7a738ae9f2d12425afad6f08a4fe0b7a5c6ab (patch)
treed2141f46d9a4ff63b4a75fe66fb42d2de7c51727 /bagel
parentf858f466862541c3faad76a1fa2391f1c17ec9dd (diff)
downloadspark-33c7a738ae9f2d12425afad6f08a4fe0b7a5c6ab.tar.gz
spark-33c7a738ae9f2d12425afad6f08a4fe0b7a5c6ab.tar.bz2
spark-33c7a738ae9f2d12425afad6f08a4fe0b7a5c6ab.zip
SPARK-2482: Resolve sbt warnings during build
At the same time, import the `scala.language.postfixOps` and ` org.scalatest.time.SpanSugar._` cause `scala.language.postfixOps` doesn't work Author: witgo <witgo@qq.com> Closes #1330 from witgo/sbt_warnings3 and squashes the following commits: 179ba61 [witgo] Resolve sbt warnings during build
Diffstat (limited to 'bagel')
-rw-r--r--bagel/src/test/scala/org/apache/spark/bagel/BagelSuite.scala2
1 files changed, 0 insertions, 2 deletions
diff --git a/bagel/src/test/scala/org/apache/spark/bagel/BagelSuite.scala b/bagel/src/test/scala/org/apache/spark/bagel/BagelSuite.scala
index 55241d33cd..ccb262a4ee 100644
--- a/bagel/src/test/scala/org/apache/spark/bagel/BagelSuite.scala
+++ b/bagel/src/test/scala/org/apache/spark/bagel/BagelSuite.scala
@@ -24,8 +24,6 @@ import org.scalatest.time.SpanSugar._
import org.apache.spark._
import org.apache.spark.storage.StorageLevel
-import scala.language.postfixOps
-
class TestVertex(val active: Boolean, val age: Int) extends Vertex with Serializable
class TestMessage(val targetId: String) extends Message[String] with Serializable