mirror of https://github.com/apache/kafka.git
MINOR: Fix typo in a comment at KTableFilter (#14665)
Reviewers: Divij Vaidya <diviv@amazon.com>
This commit is contained in:
parent
fa36a7f2d6
commit
b9f2874c44
|
@ -185,7 +185,7 @@ public class KTableFilter<KIn, VIn> implements KTableProcessorSupplier<KIn, VIn,
|
|||
@Override
|
||||
public void init(final ProcessorContext<?, ?> context) {
|
||||
// This is the old processor context for compatibility with the other KTable processors.
|
||||
// Once we migrte them all, we can swap this out.
|
||||
// Once we migrate them all, we can swap this out.
|
||||
parentGetter.init(context);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue