Skip to content

Commit

Permalink
MINOR: Improve JavaDocs for deprecates ForeachProcessor (#17156)
Browse files Browse the repository at this point in the history
Reviewers: Chia-Ping Tsai <[email protected]>, Matthias J. Sax <[email protected]>
  • Loading branch information
m1a2st authored Sep 11, 2024
1 parent 794e9a4 commit 51d296c
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,9 @@
import org.apache.kafka.streams.processor.api.Processor;
import org.apache.kafka.streams.processor.api.Record;

// deprecated since 4.0.
/**
* @deprecated since 4.0 and should not be used any longer.
*/
@Deprecated
public class ForeachProcessor<K, V> implements Processor<K, V, Void, Void> {

Expand Down

0 comments on commit 51d296c

Please sign in to comment.