[SPARK-11573] Correct 'reflective access of structural type member meth…

…od should be enabled' Scala warnings

Author: Gábor Lipták <gliptak@gmail.com>

Closes #9550 from gliptak/SPARK-11573.
This commit is contained in:
Gábor Lipták 2015-11-14 12:02:02 +00:00 committed by Sean Owen
parent 9a73b33a9a
commit 9461f5ee80

View file

@ -18,6 +18,7 @@
package org.apache.spark.streaming.receiver
import scala.collection.mutable
import scala.language.reflectiveCalls
import org.scalatest.BeforeAndAfter
import org.scalatest.Matchers._