dominikriemer commented on code in PR #3180:
URL: https://github.com/apache/streampipes/pull/3180#discussion_r1733214995
##########
streampipes-extensions/streampipes-processors-enricher-jvm/src/main/java/org/apache/streampipes/processors/enricher/jvm/processor/limitsenrichment/QualityControlLimitsEnrichmentProcessor.java:
##########
@@ -36,7 +36,7 @@
import org.apache.streampipes.wrapper.params.compat.ProcessorParams;
import org.apache.streampipes.wrapper.standalone.StreamPipesDataProcessor;
-public class QualityControlLimitsEnrichment extends StreamPipesDataProcessor {
+public class QualityControlLimitsEnrichmentProcessor extends
StreamPipesDataProcessor {
Review Comment:
Can we use the `IStreamPipesDataProcessor` interface instead of extending
`StreamPipesDataProcessor`?
https://streampipes.apache.org/docs/extend-tutorial-data-processors/
--
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]