Skip to content
Snippets Groups Projects
Commit 79d58ed2 authored by Imran Rashid's avatar Imran Rashid Committed by Matei Zaharia
Browse files

improve scaladoc

parent ae07f386
No related branches found
No related tags found
No related merge requests found
......@@ -41,7 +41,7 @@ class Accumulatable[T,Y](
/**
* add more data to the current value of the this accumulator, via
* AccumulatableParam.addToAccum
* @param term
* @param term added to the current value of the accumulator
*/
def +:= (term: Y) {value_ = param.addToAccum(value_, term)}
}
......
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