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 7782042  Fixed CS
7782042 is described below

commit 7782042df7d81aa4c254a827f8a727cf9cdd57bc
Author: Claus Ibsen <claus.ib...@gmail.com>
AuthorDate: Fri Mar 12 09:40:58 2021 +0100

    Fixed CS
---
 core/camel-api/src/main/java/org/apache/camel/ExchangePropertyKey.java | 2 ++
 1 file changed, 2 insertions(+)

diff --git 
a/core/camel-api/src/main/java/org/apache/camel/ExchangePropertyKey.java 
b/core/camel-api/src/main/java/org/apache/camel/ExchangePropertyKey.java
index 0f5978e..af2ae97 100644
--- a/core/camel-api/src/main/java/org/apache/camel/ExchangePropertyKey.java
+++ b/core/camel-api/src/main/java/org/apache/camel/ExchangePropertyKey.java
@@ -76,6 +76,7 @@ public enum ExchangePropertyKey {
         return name;
     }
 
+    // CHECKSTYLE:OFF
     public static ExchangePropertyKey asExchangePropertyKey(String name) {
         switch (name) {
             case Exchange.AGGREGATED_COMPLETED_BY:
@@ -170,4 +171,5 @@ public enum ExchangePropertyKey {
                 return null;
         }
     }
+    // CHECKSTYLE:ON
 }

Reply via email to