Skip to content

Commit

Permalink
[SPARK-4409] Organized imports
Browse files Browse the repository at this point in the history
  • Loading branch information
brkyvz committed Dec 16, 2014
1 parent 065b531 commit d8be7bc
Showing 1 changed file with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,12 @@

package org.apache.spark.mllib.linalg

import breeze.linalg.{Matrix => BM, DenseMatrix => BDM, CSCMatrix => BSM}
import java.util.{Arrays, Random}

import java.util.{Random, Arrays}
import scala.collection.mutable.ArrayBuffer

import breeze.linalg.{CSCMatrix => BSM, DenseMatrix => BDM, Matrix => BM}

/**
* Trait for a local matrix.
*/
Expand Down

0 comments on commit d8be7bc

Please sign in to comment.