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 2020/11/12 16:10:00 UTC

[GitHub] [camel] srcarrier commented on a change in pull request #4594: CAMEL-15769: disable split default delimiter

srcarrier commented on a change in pull request #4594:
URL: https://github.com/apache/camel/pull/4594#discussion_r522225839



##########
File path: core/camel-core-model/src/main/java/org/apache/camel/model/SplitDefinition.java
##########
@@ -517,6 +520,14 @@ public void setExpression(ExpressionDefinition expression) {
         super.setExpression(expression);
     }
 
+    public String getDelimiter() {
+        return delimiter;
+    }
+
+    public void setDelimiter(String delimiter) {

Review comment:
       Thanks Claus - see latest commit 50d57a986c6fe748313a8d195060e74e4cb3fc51
   I wasn't sure how to address the build failure reported with the previous commit _(sorry, I didn't grab the error msg prior to pushing the latest commit)_. A new build is in progress now. If it fails, I may need some pointers on how to resolve.
   Thanks in advance




----------------------------------------------------------------
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.

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