Skip to content

Commit b45f558

Browse files
committed
update version
1 parent 61dcd51 commit b45f558

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -141,11 +141,11 @@ final class OneVsRestModel private[ml] (
141141
}
142142

143143
/** @group setParam */
144-
@Since("2.2.0")
144+
@Since("2.1.0")
145145
def setFeaturesCol(value: String): this.type = set(featuresCol, value)
146146

147147
/** @group setParam */
148-
@Since("2.2.0")
148+
@Since("2.1.0")
149149
def setPredictionCol(value: String): this.type = set(predictionCol, value)
150150

151151
@Since("1.4.0")

0 commit comments

Comments
 (0)