Skip to content

Commit

Permalink
whitspaces fix
Browse files Browse the repository at this point in the history
  • Loading branch information
tsliwowicz committed Oct 23, 2014
1 parent df9d98f commit 7bcfc3d
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -18,19 +18,21 @@
package org.apache.spark.storage

import java.util.{HashMap => JHashMap}

import scala.collection.mutable
import scala.collection.JavaConversions._
import scala.concurrent.Future
import scala.concurrent.duration._

import akka.actor.{Actor, ActorRef, Cancellable}
import akka.pattern.ask

import org.apache.spark.{Logging, SparkConf, SparkException}
import org.apache.spark.annotation.DeveloperApi
import org.apache.spark.scheduler._
import org.apache.spark.storage.BlockManagerMessages._
import org.apache.spark.util.{ActorLogReceive, AkkaUtils, Utils}


/**
* BlockManagerMasterActor is an actor on the master node to track statuses of
* all slaves' block managers.
Expand Down

0 comments on commit 7bcfc3d

Please sign in to comment.