Skip to content

Commit

Permalink
remove unnecessary comment
Browse files Browse the repository at this point in the history
  • Loading branch information
mengxr committed Aug 26, 2015
1 parent ad70b03 commit 0e8d658
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -68,8 +68,6 @@ object PowerIterationClusteringModel extends Loader[PowerIterationClusteringMode
private[clustering]
val thisClassName = "org.apache.spark.mllib.clustering.PowerIterationClusteringModel"

/**
*/
@Since("1.4.0")
def save(sc: SparkContext, model: PowerIterationClusteringModel, path: String): Unit = {
val sqlContext = new SQLContext(sc)
Expand Down

0 comments on commit 0e8d658

Please sign in to comment.