Skip to content

Commit 170ad0c

Browse files
committed
follow comment
1 parent fd99df0 commit 170ad0c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/src/main/java/org/apache/spark/memory/TaskMemoryManager.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -368,7 +368,7 @@ public MemoryBlock allocatePage(long size, MemoryConsumer consumer) {
368368
*
369369
* @throws TooLargePageException
370370
*/
371-
public MemoryBlock allocatePage(
371+
private MemoryBlock allocatePage(
372372
long size,
373373
MemoryConsumer consumer,
374374
int retryCount) {

0 commit comments

Comments
 (0)