Skip to content

Commit

Permalink
Fix the import order
Browse files Browse the repository at this point in the history
  • Loading branch information
zsxwing committed Jan 13, 2015
1 parent 3b2e59c commit 1f73eac
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ package org.apache.spark.scheduler

import scala.collection.mutable.{ArrayBuffer, HashSet, HashMap, Map}
import scala.language.reflectiveCalls
import scala.util.control.NonFatal

import org.scalatest.{BeforeAndAfter, FunSuiteLike}
import org.scalatest.concurrent.Timeouts
Expand All @@ -31,8 +32,6 @@ import org.apache.spark.storage.{BlockId, BlockManagerId, BlockManagerMaster}
import org.apache.spark.util.CallSite
import org.apache.spark.executor.TaskMetrics

import scala.util.control.NonFatal

class DAGSchedulerEventProcessLoopTester(dagScheduler: DAGScheduler)
extends DAGSchedulerEventProcessLoop(dagScheduler) {

Expand Down

0 comments on commit 1f73eac

Please sign in to comment.