Skip to content
Prev Previous commit
Next Next commit
fix style
  • Loading branch information
lianhuiwang committed Jun 30, 2015
commit 83040cfcc583c1ef64dcc486baf34bdc04d7e250
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ private[this] class FakeSpillable extends Spillable {

var myMemoryThreshold: Long = 0L

def addMemory(currentMemory: Long) = {
private[spark] def addMemory(currentMemory: Long) = {
myMemoryThreshold += currentMemory
}

Expand Down