Skip to content
Prev Previous commit
Next Next commit
fixed import issue
  • Loading branch information
Vikas Nelamangala authored and Vikas Nelamangala committed Nov 19, 2015
commit 54008ced6c3a380cac71bb85b2a7da2a83fb8c20
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

add a space line

package org.apache.spark.examples.mllib
package org.apache.spark.examples.mllib;
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

add a space line

// $example on$
import scala.Tuple2;

Expand Down