-
- Downloads
[SPARK-12000] do not specify arg types when reference a method in ScalaDoc
This fixes SPARK-12000, verified on my local with JDK 7. It seems that `scaladoc` try to match method names and messed up with annotations. cc: JoshRosen jkbradley Author: Xiangrui Meng <meng@databricks.com> Closes #10114 from mengxr/SPARK-12000.2.
Showing
- mllib/src/main/scala/org/apache/spark/mllib/clustering/BisectingKMeans.scala 1 addition, 1 deletion...a/org/apache/spark/mllib/clustering/BisectingKMeans.scala
- mllib/src/main/scala/org/apache/spark/mllib/clustering/BisectingKMeansModel.scala 2 additions, 2 deletions.../apache/spark/mllib/clustering/BisectingKMeansModel.scala
Loading
Please register or sign in to comment