Skip to content

Commit 184609a

Browse files
committed
merge spark.ml and spark.mllib into the same group in javadoc
1 parent f7535e6 commit 184609a

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

project/SparkBuild.scala

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -367,9 +367,7 @@ object Unidoc {
367367
"mllib.regression", "mllib.stat", "mllib.tree", "mllib.tree.configuration",
368368
"mllib.tree.impurity", "mllib.tree.model", "mllib.util",
369369
"mllib.evaluation", "mllib.feature", "mllib.random", "mllib.stat.correlation",
370-
"mllib.stat.test", "mllib.tree.impl", "mllib.tree.loss"
371-
),
372-
"-group", "ML", packageList(
370+
"mllib.stat.test", "mllib.tree.impl", "mllib.tree.loss",
373371
"ml", "ml.classification", "ml.evaluation", "ml.feature", "ml.param", "ml.tuning"
374372
),
375373
"-group", "Spark SQL", packageList("sql.api.java", "sql.api.java.types", "sql.hive.api.java"),

0 commit comments

Comments
 (0)