Skip to content

Commit

Permalink
add two extra spaces
Browse files Browse the repository at this point in the history
  • Loading branch information
yinxusen committed Mar 27, 2014
1 parent 28cb0fe commit a1f1e7e
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@ private[mllib] class WholeTextFileInputFormat extends CombineFileInputFormat[Str
context: TaskAttemptContext): RecordReader[String, String] = {

new CombineFileRecordReader[String, String](
split.asInstanceOf[CombineFileSplit],
context,
classOf[WholeTextFileRecordReader])
split.asInstanceOf[CombineFileSplit],
context,
classOf[WholeTextFileRecordReader])
}
}

0 comments on commit a1f1e7e

Please sign in to comment.