Skip to content
Snippets Groups Projects
Commit fda4331d authored by CodingCat's avatar CodingCat Committed by Josh Rosen
Browse files

SPARK-4971: Fix typo in BlockGenerator comment

Author: CodingCat <zhunansjtu@gmail.com>

Closes #3807 from CodingCat/new_branch and squashes the following commits:

5167f01 [CodingCat] fix typo in the comment
parent f9ed2b66
No related branches found
No related tags found
No related merge requests found
......@@ -116,7 +116,7 @@ private[streaming] class BlockGenerator(
/**
* Push a single data item into the buffer. After buffering the data, the
* `BlockGeneratorListnere.onAddData` callback will be called. All received data items
* `BlockGeneratorListener.onAddData` callback will be called. All received data items
* will be periodically pushed into BlockManager.
*/
def addDataWithCallback(data: Any, metadata: Any) = synchronized {
......
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