Skip to content

Commit

Permalink
abstract
Browse files Browse the repository at this point in the history
Signed-off-by: Adrian Cole <[email protected]>
  • Loading branch information
Adrian Cole committed Feb 27, 2024
1 parent 1b950a9 commit f4532ed
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
import org.apache.kafka.streams.processor.api.ProcessingContext;
import org.apache.kafka.streams.processor.api.RecordMetadata;

class TracingProcessingContext<C extends ProcessingContext> implements ProcessingContext {
abstract class TracingProcessingContext<C extends ProcessingContext> implements ProcessingContext {
final C delegate;
final Injector<Headers> injector;
final TraceContext context;
Expand Down

0 comments on commit f4532ed

Please sign in to comment.