Skip to content

Commit afd6dc2

Browse files
committed
init pr
1 parent 371e4e2 commit afd6dc2

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)