Skip to content

Commit

Permalink
fix style
Browse files Browse the repository at this point in the history
  • Loading branch information
lianhuiwang committed Jun 30, 2015
1 parent 72e3be8 commit 83040cf
Showing 1 changed file with 1 addition and 1 deletion.
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

0 comments on commit 83040cf

Please sign in to comment.