Skip to content

Commit

Permalink
minor code style update
Browse files Browse the repository at this point in the history
  • Loading branch information
mengxr committed Apr 30, 2014
1 parent a593ddc commit 9b02b93
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,12 @@

package org.apache.spark.mllib.classification

import org.apache.spark.annotation.Experimental
import org.apache.spark.mllib.linalg.Vector
import org.apache.spark.mllib.optimization._
import org.apache.spark.mllib.regression._
import org.apache.spark.mllib.util.DataValidators
import org.apache.spark.rdd.RDD
import org.apache.spark.annotation.Experimental

/**
* :: Experimental ::
Expand Down

0 comments on commit 9b02b93

Please sign in to comment.