Skip to content

Commit 13777de

Browse files
author
Sital Kedia
committed
minor nit
1 parent 089ab45 commit 13777de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
/**
2222
* This exception is thrown when a task can not acquire memory from the Memory manager.
2323
* Instead of throwing {@link OutOfMemoryError}, which kills the executor,
24-
* we should use throw this exception, which will just kill the current task.
24+
* we should use throw this exception, which just kills the current task.
2525
*/
2626
@Private
2727
public final class SparkOutOfMemoryError extends OutOfMemoryError {

0 commit comments

Comments
 (0)