oscerd commented on a change in pull request #6344:
URL: https://github.com/apache/camel/pull/6344#discussion_r736625575
##########
File path:
components/camel-quartz/src/main/java/org/apache/camel/component/quartz/QuartzEndpoint.java
##########
@@ -81,8 +81,6 @@
private String cron;
@UriParam
private boolean stateful;
- @UriParam(label = "scheduler")
- private boolean fireNow;
Review comment:
I don't think fireNow should be removed, or at least it must be removed
for a good reason. The fact that we can do startAt now it's just another
possibility. So I wouldn't remove it.
--
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]