Skip to content

Commit

Permalink
remove the last brank line
Browse files Browse the repository at this point in the history
  • Loading branch information
giwa committed Sep 20, 2014
1 parent fbed8da commit bebb3f3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -198,4 +198,4 @@ class PythonTestInputStream(ssc_ : JavaStreamingContext, inputRDDs: JArrayList[J
}

val asJavaDStream = JavaDStream.fromDStream(this)
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@
*/
public interface PythonRDDFunction {
JavaRDD<byte[]> call(JavaRDD<byte[]> rdd, long time);
}
}

0 comments on commit bebb3f3

Please sign in to comment.