Skip to content

Commit

Permalink
Fix the missed issue
Browse files Browse the repository at this point in the history
  • Loading branch information
jerryshao committed Nov 12, 2014
1 parent e5e21c1 commit b798535
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ private[streaming] class BlockGenerator(
* Push a single data item into the buffer. All received data items
* will be periodically pushed into BlockManager.
*/
def += (data: Any, metadata: Any = null): Unit = synchronized {
def += (data: Any): Unit = synchronized {
waitToPush()
currentBuffer += data
}
Expand Down

0 comments on commit b798535

Please sign in to comment.