You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ac...@apache.org on 2019/04/25 10:19:25 UTC

[camel] branch master updated: Fixed Tests for Camel-tagsoup

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

acosentino 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 46e2a4f  Fixed Tests for Camel-tagsoup
46e2a4f is described below

commit 46e2a4f06dbca99976496adc1c270f882c02888b
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Thu Apr 25 12:19:07 2019 +0200

    Fixed Tests for Camel-tagsoup
---
 .../apache/camel/reifier/dataformat/TidyMarkupDataFormatReifier.java    | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/core/camel-core/src/main/java/org/apache/camel/reifier/dataformat/TidyMarkupDataFormatReifier.java b/core/camel-core/src/main/java/org/apache/camel/reifier/dataformat/TidyMarkupDataFormatReifier.java
index c805e95..a6a67ea 100644
--- a/core/camel-core/src/main/java/org/apache/camel/reifier/dataformat/TidyMarkupDataFormatReifier.java
+++ b/core/camel-core/src/main/java/org/apache/camel/reifier/dataformat/TidyMarkupDataFormatReifier.java
@@ -38,7 +38,7 @@ public class TidyMarkupDataFormatReifier extends DataFormatReifier<TidyMarkupDat
             }
         }
 
-        return super.createDataFormat(camelContext);
+        return super.doCreateDataFormat(camelContext);
     }
 
     @Override