From a04d7cbc12fa921cc7d1d32221e7c7f0c0958c5d Mon Sep 17 00:00:00 2001 From: Xiangrui Meng Date: Wed, 22 Jun 2016 12:30:32 -0700 Subject: [PATCH] switch to multi-line doc to avoid a genjavadoc bug --- .../scala/org/apache/spark/ml/feature/ChiSqSelector.scala | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/mllib/src/main/scala/org/apache/spark/ml/feature/ChiSqSelector.scala b/mllib/src/main/scala/org/apache/spark/ml/feature/ChiSqSelector.scala index 38b4db99bc298..712634dffbf17 100644 --- a/mllib/src/main/scala/org/apache/spark/ml/feature/ChiSqSelector.scala +++ b/mllib/src/main/scala/org/apache/spark/ml/feature/ChiSqSelector.scala @@ -140,7 +140,9 @@ final class ChiSqSelectorModel private[ml] ( @Since("1.6.0") def setOutputCol(value: String): this.type = set(outputCol, value) - /** @group setParam */ + /** + * @group setParam + */ @Since("1.6.0") @deprecated("labelCol is not used by ChiSqSelectorModel.", "2.0.0") def setLabelCol(value: String): this.type = set(labelCol, value)