You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by da...@apache.org on 2018/07/05 12:08:09 UTC

[camel] 02/02: CAMEL-12609: Filter Headers/Properties in DefaultExchangeFormatter (removed blank Javadoc line)

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

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

commit 43e335d567ba551fe5cebb6f57481139868fc430
Author: dariusx <da...@gmail.com>
AuthorDate: Thu Jul 5 06:58:39 2018 -0400

    CAMEL-12609: Filter Headers/Properties in DefaultExchangeFormatter (removed blank Javadoc line)
---
 .../main/java/org/apache/camel/processor/DefaultExchangeFormatter.java   | 1 -
 1 file changed, 1 deletion(-)

diff --git a/camel-core/src/main/java/org/apache/camel/processor/DefaultExchangeFormatter.java b/camel-core/src/main/java/org/apache/camel/processor/DefaultExchangeFormatter.java
index 184430823..b98395d 100644
--- a/camel-core/src/main/java/org/apache/camel/processor/DefaultExchangeFormatter.java
+++ b/camel-core/src/main/java/org/apache/camel/processor/DefaultExchangeFormatter.java
@@ -237,7 +237,6 @@ public class DefaultExchangeFormatter implements ExchangeFormatter {
 
     /**
      * Filters the headers or properties before formatting them. No default behavior, but can be overridden.
-     *
      * @param map
      * @return
      */