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 06:02:41 UTC

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

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



##########
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:
       We need documentation for this new option. See elsewhere in this class for those fluent methods that have javadoc. Then add a fluent method for delimiter with javadoc




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