Skip to content

Commit

Permalink
Organizing imports properly
Browse files Browse the repository at this point in the history
  • Loading branch information
mccheah committed Mar 14, 2015
1 parent db890ea commit 16ce534
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions core/src/main/scala/org/apache/spark/util/SizeEstimator.scala
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,12 @@ import java.lang.management.ManagementFactory
import java.lang.reflect.{Field, Modifier}
import java.util.{IdentityHashMap, Random}
import java.util.concurrent.ConcurrentHashMap
import scala.collection.mutable.ArrayBuffer
import scala.runtime.ScalaRunTime

import org.apache.spark.Logging
import org.apache.spark.util.collection.OpenHashSet

import scala.collection.mutable.ArrayBuffer
import scala.runtime.ScalaRunTime

/**
* Estimates the sizes of Java objects (number of bytes of memory they occupy), for use in
Expand Down

0 comments on commit 16ce534

Please sign in to comment.