Skip to content
Prev Previous commit
Next Next commit
fix style
  • Loading branch information
lianhuiwang committed Jun 30, 2015
commit 72e3be87158dde301f6347aab5d8ca773927757b
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ private[spark] trait CollectionSpillable[C] extends Logging with Spillable{
*
* @param size number of bytes spilled
*/
@inline protected def logSpillage(size: Long) {
@inline private def logSpillage(size: Long) {
val threadId = Thread.currentThread().getId
logInfo("Thread %d spilling in-memory map of %s to disk (%d time%s so far)"
.format(threadId, org.apache.spark.util.Utils.bytesToString(size),
Expand Down