Skip to content
Snippets Groups Projects
Commit 0f247134 authored by Jacek Laskowski's avatar Jacek Laskowski Committed by Andrew Or
Browse files

[CORE][DOC][MINOR] typos + links

## What changes were proposed in this pull request?

A very tiny change to javadoc (which I don't mind if gets merged with a bigger change). I've just found it annoying and couldn't resist proposing a pull request. Sorry srowen and rxin.

## How was this patch tested?

Manual build

Author: Jacek Laskowski <jacek@japila.pl>

Closes #13383 from jaceklaskowski/memory-consumer.
parent 8ca01a6f
No related branches found
No related tags found
No related merge requests found
......@@ -23,7 +23,7 @@ import org.apache.spark.unsafe.array.LongArray;
import org.apache.spark.unsafe.memory.MemoryBlock;
/**
* An memory consumer of TaskMemoryManager, which support spilling.
* A memory consumer of {@link TaskMemoryManager} that supports spilling.
*
* Note: this only supports allocation / spilling of Tungsten memory.
*/
......@@ -45,7 +45,7 @@ public abstract class MemoryConsumer {
}
/**
* Returns the memory mode, ON_HEAP or OFF_HEAP.
* Returns the memory mode, {@link MemoryMode#ON_HEAP} or {@link MemoryMode#OFF_HEAP}.
*/
public MemoryMode getMode() {
return mode;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment