Skip to content

Commit

Permalink
MINOR: remove close from contextual processors javadoc
Browse files Browse the repository at this point in the history
Reviewers: Matthias J. Sax <matthias@confluent.io>
  • Loading branch information
fonsdant authored Jan 30, 2025
1 parent ea07ff7 commit 9980e12
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,7 @@
package org.apache.kafka.streams.processor.api;

/**
* An abstract implementation of {@link FixedKeyProcessor} that manages the
* {@link FixedKeyProcessorContext} instance and provides default no-op
* implementation of {@link #close()}.
* An abstract implementation of {@link FixedKeyProcessor} that manages the {@link FixedKeyProcessorContext} instance.
*
* @param <KIn> the type of input keys
* @param <VIn> the type of input values
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,7 @@
package org.apache.kafka.streams.processor.api;

/**
* An abstract implementation of {@link Processor} that manages the {@link ProcessorContext} instance and provides default no-op
* implementation of {@link #close()}.
* An abstract implementation of {@link Processor} that manages the {@link ProcessorContext} instance.
*
* @param <KIn> the type of input keys
* @param <VIn> the type of input values
Expand Down

0 comments on commit 9980e12

Please # to comment.