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:09:13 UTC

[camel] branch master updated: CAMEL-12609: Polished

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


The following commit(s) were added to refs/heads/master by this push:
     new 6dc014f  CAMEL-12609: Polished
6dc014f is described below

commit 6dc014f325f36a65f8545ee4db00778ee24935e7
Author: Claus Ibsen <cl...@gmail.com>
AuthorDate: Thu Jul 5 14:09:03 2018 +0200

    CAMEL-12609: Polished
---
 .../main/java/org/apache/camel/processor/DefaultExchangeFormatter.java  | 2 --
 1 file changed, 2 deletions(-)

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 b98395d..64afe7a 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,8 +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
      */
     protected Map<String, Object> filterHeaderAndProperties(Map<String, Object> map) {
         return map;