Skip to content

Commit 07198d9

Browse files
author
Wayne Zhang
committed
fix annotation
1 parent ff9b1d6 commit 07198d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mllib/src/main/scala/org/apache/spark/ml/feature/StringIndexer.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ class StringIndexer @Since("1.4.0") (
124124
def setHandleInvalid(value: String): this.type = set(handleInvalid, value)
125125

126126
/** @group setParam */
127-
@Since("2.2.0")
127+
@Since("2.3.0")
128128
def setStringOrderType(value: String): this.type = set(stringOrderType, value)
129129
setDefault(stringOrderType, StringIndexer.FREQ_DESC)
130130

0 commit comments

Comments
 (0)