Skip to content

Commit

Permalink
[SPARK-6980] Corrected import organization
Browse files Browse the repository at this point in the history
  • Loading branch information
BryanCutler committed Jun 24, 2015
1 parent 218aa50 commit 039afed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/src/main/scala/org/apache/spark/util/AkkaUtils.scala
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ import akka.actor.{ActorRef, ActorSystem, ExtendedActorSystem}
import akka.pattern.ask

import com.typesafe.config.ConfigFactory

import org.apache.log4j.{Level, Logger}

import org.apache.spark.{Logging, SecurityManager, SparkConf, SparkEnv, SparkException}
import org.apache.spark.rpc.RpcTimeout

Expand Down

0 comments on commit 039afed

Please sign in to comment.