Skip to content
This repository was archived by the owner on Jan 9, 2020. It is now read-only.

Commit f6c5d8f

Browse files
WeichenXu123srowen
authored andcommitted
[SPARK-21027][MINOR][FOLLOW-UP] add missing since tag
## What changes were proposed in this pull request? add missing since tag for `setParallelism` in apache#19110 ## How was this patch tested? N/A Author: WeichenXu <[email protected]> Closes apache#19214 from WeichenXu123/minor01.
1 parent 371e4e2 commit f6c5d8f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

mllib/src/main/scala/org/apache/spark/ml/classification/OneVsRest.scala

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -303,6 +303,7 @@ final class OneVsRest @Since("1.4.0") (
303303
*
304304
* @group expertSetParam
305305
*/
306+
@Since("2.3.0")
306307
def setParallelism(value: Int): this.type = {
307308
set(parallelism, value)
308309
}

0 commit comments

Comments
 (0)