aldettinger commented on code in PR #4133:
URL: https://github.com/apache/camel-quarkus/pull/4133#discussion_r993299422


##########
integration-test-groups/foundation/scheduler/src/main/java/org/apache/camel/quarkus/component/scheduler/it/SchedulerResource.java:
##########
@@ -33,11 +31,15 @@
 public class SchedulerResource {
 
     @Inject
-    @Named("myCounter")
-    AtomicInteger myCounter;
+    @Named("withDelayCounter")
+    AtomicInteger withDelayCounter;
 
-    @Named("shoppingList")
-    CopyOnWriteArrayList<Integer> shoppingList;
+    @Inject
+    @Named("useFixedDelayCounter")
+    AtomicInteger useFixedDelayCounter;
+
+    @Named("withDelayRepeat")
+    AtomicInteger withDelayRepeat;

Review Comment:
   Maybe `withDelayRepeatCounter` would align with other names ? What do you 
think ?



-- 
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: commits-unsubscr...@camel.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to