You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kafka.apache.org by vv...@apache.org on 2022/05/06 14:57:18 UTC

[kafka] branch fix-javadoc-record-context created (now 121eca55d4)

This is an automated email from the ASF dual-hosted git repository.

vvcephei pushed a change to branch fix-javadoc-record-context
in repository https://gitbox.apache.org/repos/asf/kafka.git


      at 121eca55d4 MINOR: Fix RecordContext Javadoc

This branch includes the following new commits:

     new 121eca55d4 MINOR: Fix RecordContext Javadoc

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[kafka] 01/01: MINOR: Fix RecordContext Javadoc

Posted by vv...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

vvcephei pushed a commit to branch fix-javadoc-record-context
in repository https://gitbox.apache.org/repos/asf/kafka.git

commit 121eca55d41ebba03acfc61bd60dba746bac90c7
Author: John Roesler <jo...@vvcephei.org>
AuthorDate: Fri May 6 09:35:45 2022 -0500

    MINOR: Fix RecordContext Javadoc
---
 .../src/main/java/org/apache/kafka/streams/processor/RecordContext.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/streams/src/main/java/org/apache/kafka/streams/processor/RecordContext.java b/streams/src/main/java/org/apache/kafka/streams/processor/RecordContext.java
index 9b21df83dd..66b1f8dff0 100644
--- a/streams/src/main/java/org/apache/kafka/streams/processor/RecordContext.java
+++ b/streams/src/main/java/org/apache/kafka/streams/processor/RecordContext.java
@@ -21,7 +21,7 @@ import org.apache.kafka.streams.kstream.ValueTransformerWithKeySupplier;
 
 /**
  * The context associated with the current record being processed by
- * an {@link org.apache.kafka.streams.processor.api.Processor}
+ * a {@link org.apache.kafka.streams.processor.Processor}
  */
 public interface RecordContext {