mjsax commented on a change in pull request #9217:
URL: https://github.com/apache/kafka/pull/9217#discussion_r476026230



##########
File path: 
streams/src/main/java/org/apache/kafka/streams/processor/api/ProcessorContext.java
##########
@@ -106,7 +105,7 @@ void register(final StateStore store,
 
     /**
      * Schedules a periodic operation for processors. A processor may call 
this method during
-     * {@link 
Processor#init(org.apache.kafka.streams.processor.ProcessorContext) 
initialization} or
+     * {@link Processor#init(ProcessorContext) initialization} or

Review comment:
       Removing the package name to point to 
`org.apache.kafka.streams.processor.api.ProcessorContext` (note the `api` 
sub-package in the path)




----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Reply via email to