You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by GitBox <gi...@apache.org> on 2022/11/18 16:02:46 UTC

[GitHub] [camel] essobedo commented on a diff in pull request #8727: (chores) camel-dataset: avoid checking data set index when creating the exchanges

essobedo commented on code in PR #8727:
URL: https://github.com/apache/camel/pull/8727#discussion_r1026609829


##########
components/camel-dataset/src/main/java/org/apache/camel/component/dataset/DataSetConsumer.java:
##########
@@ -35,11 +35,13 @@ public class DataSetConsumer extends DefaultConsumer {
     private DataSetEndpoint endpoint;
     private Processor reporter;
     private ExecutorService executorService;
+    private boolean dataSetIndex;

Review Comment:
   let's make it final



-- 
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-unsubscribe@camel.apache.org

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