@@ -695,9 +695,9 @@ object JavaStreamingContext {
695
695
*
696
696
* @param checkpointPath Checkpoint directory used in an earlier JavaStreamingContext program
697
697
* @param factory JavaStreamingContextFactory object to create a new JavaStreamingContext
698
- * @deprecated As of 1.4.0, replaced by `getOrCreate` without JavaStreamingContextFactor .
698
+ * @deprecated As of 1.4.0, replaced by `getOrCreate` without JavaStreamingContextFactory .
699
699
*/
700
- @ deprecated(" use getOrCreate without JavaStreamingContextFactor " , " 1.4.0" )
700
+ @ deprecated(" use getOrCreate without JavaStreamingContextFactory " , " 1.4.0" )
701
701
def getOrCreate (
702
702
checkpointPath : String ,
703
703
factory : JavaStreamingContextFactory
@@ -718,7 +718,7 @@ object JavaStreamingContext {
718
718
* @param factory JavaStreamingContextFactory object to create a new JavaStreamingContext
719
719
* @param hadoopConf Hadoop configuration if necessary for reading from any HDFS compatible
720
720
* file system
721
- * @deprecated As of 1.4.0, replaced by `getOrCreate` without JavaStreamingContextFactor .
721
+ * @deprecated As of 1.4.0, replaced by `getOrCreate` without JavaStreamingContextFactory .
722
722
*/
723
723
@ deprecated(" use getOrCreate without JavaStreamingContextFactory" , " 1.4.0" )
724
724
def getOrCreate (
@@ -744,7 +744,7 @@ object JavaStreamingContext {
744
744
* file system
745
745
* @param createOnError Whether to create a new JavaStreamingContext if there is an
746
746
* error in reading checkpoint data.
747
- * @deprecated As of 1.4.0, replaced by `getOrCreate` without JavaStreamingContextFactor .
747
+ * @deprecated As of 1.4.0, replaced by `getOrCreate` without JavaStreamingContextFactory .
748
748
*/
749
749
@ deprecated(" use getOrCreate without JavaStreamingContextFactory" , " 1.4.0" )
750
750
def getOrCreate (
0 commit comments