Skip to content

Commit

Permalink
Address the comment
Browse files Browse the repository at this point in the history
  • Loading branch information
jerryshao committed Jan 22, 2015
1 parent c7aa1b4 commit 5bc8987
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -213,7 +213,7 @@ trait JavaDStreamLike[T, This <: JavaDStreamLike[T, This, R], R <: JavaRDDLike[T
* DStream's batching interval
* @deprecated As this API is not Java compatible.
*/
@deprecated("Use Java compatible version", "1.3.0")
@deprecated("Use Java-compatible version of reduceByWindow", "1.3.0")
def reduceByWindow(
reduceFunc: (T, T) => T,
windowDuration: Duration,
Expand Down

0 comments on commit 5bc8987

Please sign in to comment.