avano commented on code in PR #19577:
URL: https://github.com/apache/camel/pull/19577#discussion_r2434699527
##########
components/camel-jira/src/main/java/org/apache/camel/component/jira/consumer/AbstractJiraConsumer.java:
##########
@@ -49,7 +49,7 @@ public abstract class AbstractJiraConsumer extends
ScheduledBatchPollingConsumer
protected AbstractJiraConsumer(JiraEndpoint endpoint, Processor processor)
{
super(endpoint, processor);
this.endpoint = endpoint;
- setDelay(endpoint.getDelay());
+ this.endpoint.setDelay(endpoint.getDelay());
Review Comment:
created https://issues.apache.org/jira/browse/CAMEL-22558 and added to
commit msg
--
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]