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

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


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

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

    [CAMEL-11929] Fix org.apache.camel.model.ModelSanityCheckerTest
---
 .../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 e9bbb85..f5be82f 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