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 f11b8f3 Fixed CS.
f11b8f3 is described below
commit f11b8f331ac0564a540345ef13bb6da9086bb36a
Author: Claus Ibsen <[email protected]>
AuthorDate: Fri Oct 27 09:21:04 2017 +0200
Fixed CS.
---
.../src/test/java/org/apache/camel/impl/DefaultMessageTest.java | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git
a/camel-core/src/test/java/org/apache/camel/impl/DefaultMessageTest.java
b/camel-core/src/test/java/org/apache/camel/impl/DefaultMessageTest.java
index 0ca6463..06bece8 100644
--- a/camel-core/src/test/java/org/apache/camel/impl/DefaultMessageTest.java
+++ b/camel-core/src/test/java/org/apache/camel/impl/DefaultMessageTest.java
@@ -16,16 +16,16 @@
*/
package org.apache.camel.impl;
-import static org.hamcrest.CoreMatchers.instanceOf;
-import static org.hamcrest.MatcherAssert.assertThat;
-import static org.junit.Assert.assertEquals;
-
import java.util.LinkedHashMap;
import java.util.Map;
import org.apache.camel.Attachment;
import org.junit.Test;
+import static org.hamcrest.CoreMatchers.instanceOf;
+import static org.hamcrest.MatcherAssert.assertThat;
+import static org.junit.Assert.assertEquals;
+
public class DefaultMessageTest {
@Test
--
To stop receiving notification emails like this one, please contact
['"[email protected]" <[email protected]>'].