Skip to content

Commit 7bcfc3d

Browse files
committed
whitspaces fix
1 parent df9d98f commit 7bcfc3d

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

core/src/main/scala/org/apache/spark/storage/BlockManagerMasterActor.scala

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,19 +18,21 @@
1818
package org.apache.spark.storage
1919

2020
import java.util.{HashMap => JHashMap}
21+
2122
import scala.collection.mutable
2223
import scala.collection.JavaConversions._
2324
import scala.concurrent.Future
2425
import scala.concurrent.duration._
26+
2527
import akka.actor.{Actor, ActorRef, Cancellable}
2628
import akka.pattern.ask
29+
2730
import org.apache.spark.{Logging, SparkConf, SparkException}
2831
import org.apache.spark.annotation.DeveloperApi
2932
import org.apache.spark.scheduler._
3033
import org.apache.spark.storage.BlockManagerMessages._
3134
import org.apache.spark.util.{ActorLogReceive, AkkaUtils, Utils}
3235

33-
3436
/**
3537
* BlockManagerMasterActor is an actor on the master node to track statuses of
3638
* all slaves' block managers.

0 commit comments

Comments
 (0)