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 2020/02/03 08:31:22 UTC

[camel] branch master updated: Camel-Core: Fixed CS

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 7cc386a  Camel-Core: Fixed CS
7cc386a is described below

commit 7cc386ae93ff224cc20ddf32b54d7cfdce3479d4
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Mon Feb 3 09:31:02 2020 +0100

    Camel-Core: Fixed CS
---
 .../src/test/java/org/apache/camel/impl/DefaultMessageHeaderTest.java    | 1 +
 1 file changed, 1 insertion(+)

diff --git a/core/camel-core/src/test/java/org/apache/camel/impl/DefaultMessageHeaderTest.java b/core/camel-core/src/test/java/org/apache/camel/impl/DefaultMessageHeaderTest.java
index 379e9d1..2e90431 100644
--- a/core/camel-core/src/test/java/org/apache/camel/impl/DefaultMessageHeaderTest.java
+++ b/core/camel-core/src/test/java/org/apache/camel/impl/DefaultMessageHeaderTest.java
@@ -17,6 +17,7 @@
 package org.apache.camel.impl;
 
 import junit.framework.TestCase;
+
 import org.apache.camel.CamelContext;
 import org.apache.camel.Message;
 import org.apache.camel.support.DefaultExchange;