Skip to content

Commit

Permalink
Nit. import orderings.
Browse files Browse the repository at this point in the history
  • Loading branch information
ScrapCodes committed Mar 3, 2014
1 parent 673f7ac commit 85a954e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,9 @@

package org.apache.spark.api.java.function;

import scala.Tuple2;

import java.io.Serializable;

import scala.Tuple2;

/**
* A function that returns zero or more key-value pair records from each input record. The
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@

package org.apache.spark.api.java.function;

import scala.Tuple2;

import java.io.Serializable;

import scala.Tuple2;

/**
* A function that returns key-value pairs (Tuple2<K, V>), and can be used to construct PairRDDs.
*/
Expand Down

0 comments on commit 85a954e

Please sign in to comment.