This is an automated email from the ASF dual-hosted git repository.

ggrzybek pushed a commit to branch camel-2.19.x
in repository https://gitbox.apache.org/repos/asf/camel.git


The following commit(s) were added to refs/heads/camel-2.19.x by this push:
     new 2ae645e  [CAMEL-11929] Fix 
org.apache.camel.model.ModelSanityCheckerTest
2ae645e is described below

commit 2ae645e90edff3bcc1b958cb53ddc5e60a7f49fd
Author: Grzegorz Grzybek <gr.grzy...@gmail.com>
AuthorDate: Thu Oct 26 21:55:54 2017 +0200

    [CAMEL-11929] Fix org.apache.camel.model.ModelSanityCheckerTest
    
    (cherry picked from commit c613905e95a3dab87158d9526aea9439f2de9621)
---
 .../main/java/org/apache/camel/model/dataformat/CastorDataFormat.java | 4 ++++
 1 file changed, 4 insertions(+)

diff --git 
a/camel-core/src/main/java/org/apache/camel/model/dataformat/CastorDataFormat.java
 
b/camel-core/src/main/java/org/apache/camel/model/dataformat/CastorDataFormat.java
index 82eb943..8925122 100644
--- 
a/camel-core/src/main/java/org/apache/camel/model/dataformat/CastorDataFormat.java
+++ 
b/camel-core/src/main/java/org/apache/camel/model/dataformat/CastorDataFormat.java
@@ -117,6 +117,10 @@ public class CastorDataFormat extends DataFormatDefinition 
{
         this.encoding = encoding;
     }
 
+    public Boolean getWhitelistEnabled() {
+        return whitelistEnabled;
+    }
+
     /**
      * Define if Whitelist feature is enabled or not
      */

-- 
To stop receiving notification emails like this one, please contact
['"commits@camel.apache.org" <commits@camel.apache.org>'].

Reply via email to