Skip to content

Commit

Permalink
Fixed import order.
Browse files Browse the repository at this point in the history
  • Loading branch information
tdas committed Oct 30, 2014
1 parent df5f320 commit f192f47
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,9 @@ import org.apache.hadoop.fs.Path

import org.apache.spark.{Logging, SparkConf, SparkException}
import org.apache.spark.storage._
import org.apache.spark.streaming.util.{WriteAheadLogFileSegment, Clock, SystemClock, WriteAheadLogManager}
import org.apache.spark.streaming.util.{Clock, SystemClock, WriteAheadLogFileSegment, WriteAheadLogManager}
import org.apache.spark.util.Utils



/** Trait that represents the metadata related to storage of blocks */
private[streaming] trait ReceivedBlockStoreResult {
def blockId: StreamBlockId // Any implementation of this trait will store a block id
Expand Down

0 comments on commit f192f47

Please sign in to comment.