Github user jkbradley commented on a diff in the pull request:
https://github.com/apache/spark/pull/9939#discussion_r47122724
--- Diff:
mllib/src/main/scala/org/apache/spark/mllib/clustering/BisectingKMeansModel.scala
---
@@ -33,7 +33,7 @@ import org.apache.spark.rdd.RDD
@Since("1.6.0")
@Experimental
class BisectingKMeansModel @Since("1.6.0") (
--- End diff --
Just realized this constructor should be private since the argument is
private. As long as you're updating this, could you please eliminate the
now-unnecessary Since annotations here?
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]