Skip to content

Commit 5682416

Browse files
author
Sital Kedia
committed
Review comments
1 parent 2465e81 commit 5682416

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,11 @@
1717

1818
package org.apache.spark.memory;
1919

20+
import java.io.IOException;
21+
2022
import org.apache.spark.unsafe.array.LongArray;
2123
import org.apache.spark.unsafe.memory.MemoryBlock;
2224

23-
import java.io.IOException;
24-
2525
/**
2626
* A memory consumer of {@link TaskMemoryManager} that supports spilling.
2727
*

0 commit comments

Comments
 (0)