Skip to content

Commit

Permalink
Merge pull request apache#410 from rxin/scaladoc1
Browse files Browse the repository at this point in the history
Updated JavaStreamingContext to make scaladoc compile.

`sbt/sbt doc` used to fail. This fixed it.
  • Loading branch information
rxin committed Jan 14, 2014
2 parents b93f9d4 + 30328c3 commit 01c0d72
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ class JavaStreamingContext(val ssc: StreamingContext) {
* Re-creates a StreamingContext from a checkpoint file.
* @param path Path to the directory that was specified as the checkpoint directory
*/
def this(path: String) = this(new StreamingContext(path))
def this(path: String) = this(new StreamingContext(path, new Configuration))

/**
* Re-creates a StreamingContext from a checkpoint file.
Expand Down

0 comments on commit 01c0d72

Please sign in to comment.