Skip to content
Closed
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Nit. import orderings.
  • Loading branch information
ScrapCodes committed Mar 3, 2014
commit 85a954eefbb310dfa6566e64e1b1162e1aa6dea6
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