Repository: spark
Updated Branches:
  refs/heads/master 1c05027a1 -> 3ddb975fa


[MLlib]remove unused import

minor thing. Let me know if jira is required.

Author: Yuhao Yang <hhb...@gmail.com>

Closes #5207 from hhbyyh/adjustImport and squashes the following commits:

2240121 [Yuhao Yang] remove unused import


Project: http://git-wip-us.apache.org/repos/asf/spark/repo
Commit: http://git-wip-us.apache.org/repos/asf/spark/commit/3ddb975f
Tree: http://git-wip-us.apache.org/repos/asf/spark/tree/3ddb975f
Diff: http://git-wip-us.apache.org/repos/asf/spark/diff/3ddb975f

Branch: refs/heads/master
Commit: 3ddb975faeddeb2674a7e7f7e80cf90dfbd4d6d2
Parents: 1c05027
Author: Yuhao Yang <hhb...@gmail.com>
Authored: Thu Mar 26 13:27:05 2015 +0000
Committer: Sean Owen <so...@cloudera.com>
Committed: Thu Mar 26 13:27:05 2015 +0000

----------------------------------------------------------------------
 mllib/src/main/scala/org/apache/spark/mllib/clustering/LDA.scala | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/spark/blob/3ddb975f/mllib/src/main/scala/org/apache/spark/mllib/clustering/LDA.scala
----------------------------------------------------------------------
diff --git a/mllib/src/main/scala/org/apache/spark/mllib/clustering/LDA.scala 
b/mllib/src/main/scala/org/apache/spark/mllib/clustering/LDA.scala
index 5e17c8d..9d63a08 100644
--- a/mllib/src/main/scala/org/apache/spark/mllib/clustering/LDA.scala
+++ b/mllib/src/main/scala/org/apache/spark/mllib/clustering/LDA.scala
@@ -19,7 +19,7 @@ package org.apache.spark.mllib.clustering
 
 import java.util.Random
 
-import breeze.linalg.{DenseVector => BDV, normalize, axpy => brzAxpy}
+import breeze.linalg.{DenseVector => BDV, normalize}
 
 import org.apache.spark.Logging
 import org.apache.spark.annotation.Experimental


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@spark.apache.org
For additional commands, e-mail: commits-h...@spark.apache.org

Reply via email to