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 2019/06/14 14:57:02 UTC

[camel] branch master updated: Fixed Cs for Camel-Core

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 24b5bd7  Fixed Cs for Camel-Core
24b5bd7 is described below

commit 24b5bd7f5563471368f2045faf2978a1ae881faa
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Fri Jun 14 16:56:43 2019 +0200

    Fixed Cs for Camel-Core
---
 .../src/main/java/org/apache/camel/reifier/RouteReifier.java           | 2 +-
 .../java/org/apache/camel/component/file/FileConsumeCharsetTest.java   | 3 +--
 2 files changed, 2 insertions(+), 3 deletions(-)

diff --git a/core/camel-core/src/main/java/org/apache/camel/reifier/RouteReifier.java b/core/camel-core/src/main/java/org/apache/camel/reifier/RouteReifier.java
index e0b3836..ce36e23 100644
--- a/core/camel-core/src/main/java/org/apache/camel/reifier/RouteReifier.java
+++ b/core/camel-core/src/main/java/org/apache/camel/reifier/RouteReifier.java
@@ -30,8 +30,8 @@ import org.apache.camel.Route;
 import org.apache.camel.RuntimeCamelException;
 import org.apache.camel.builder.AdviceWithRouteBuilder;
 import org.apache.camel.builder.AdviceWithTask;
-import org.apache.camel.builder.RouteBuilder;
 import org.apache.camel.builder.EndpointConsumerBuilder;
+import org.apache.camel.builder.RouteBuilder;
 import org.apache.camel.model.Model;
 import org.apache.camel.model.ModelHelper;
 import org.apache.camel.model.ProcessorDefinition;
diff --git a/core/camel-core/src/test/java/org/apache/camel/component/file/FileConsumeCharsetTest.java b/core/camel-core/src/test/java/org/apache/camel/component/file/FileConsumeCharsetTest.java
index 9fcd519..974627b 100644
--- a/core/camel-core/src/test/java/org/apache/camel/component/file/FileConsumeCharsetTest.java
+++ b/core/camel-core/src/test/java/org/apache/camel/component/file/FileConsumeCharsetTest.java
@@ -27,8 +27,7 @@ import org.junit.Test;
 /**
  *
  */
-public class FileConsumeCharsetTest extends ContextTestSupport
-        {
+public class FileConsumeCharsetTest extends ContextTestSupport {
 
     @Override
     @Before