Skip to content

Commit

Permalink
Add java data type APIs to javadoc index.
Browse files Browse the repository at this point in the history
  • Loading branch information
yhuai committed Jul 25, 2014
1 parent 1db9531 commit 246da96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/SparkBuild.scala
Original file line number Diff line number Diff line change
Expand Up @@ -300,7 +300,7 @@ object Unidoc {
"mllib.regression", "mllib.stat", "mllib.tree", "mllib.tree.configuration",
"mllib.tree.impurity", "mllib.tree.model", "mllib.util"
),
"-group", "Spark SQL", packageList("sql.api.java", "sql.hive.api.java"),
"-group", "Spark SQL", packageList("sql.api.java", "sql.api.java.types", "sql.hive.api.java"),
"-noqualifier", "java.lang"
)
)
Expand Down

0 comments on commit 246da96

Please sign in to comment.