Skip to content

Commit

Permalink
Updated JavaStreamingContext to make scaladoc compile.
Browse files Browse the repository at this point in the history
`sbt/sbt doc` used to fail. This fixed it.
  • Loading branch information
rxin committed Jan 13, 2014
1 parent b93f9d4 commit 30328c3
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 30328c3

Please sign in to comment.