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 3bb77f9 Fixed CS in FileConsumerCharsetTest 3bb77f9 is described below commit 3bb77f9277a85eedb5d609b79179150fe0746f0f Author: Andrea Cosentino <anco...@gmail.com> AuthorDate: Mon Jun 17 13:56:28 2019 +0200 Fixed CS in FileConsumerCharsetTest --- .../java/org/apache/camel/builder/endpoint/FileConsumeCharsetTest.java | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/core/camel-endpointdsl/src/test/java/org/apache/camel/builder/endpoint/FileConsumeCharsetTest.java b/core/camel-endpointdsl/src/test/java/org/apache/camel/builder/endpoint/FileConsumeCharsetTest.java index 33d556c..6d7aa77 100644 --- a/core/camel-endpointdsl/src/test/java/org/apache/camel/builder/endpoint/FileConsumeCharsetTest.java +++ b/core/camel-endpointdsl/src/test/java/org/apache/camel/builder/endpoint/FileConsumeCharsetTest.java @@ -28,8 +28,7 @@ import org.junit.Test; /** * */ -public class FileConsumeCharsetTest extends ContextTestSupport - { +public class FileConsumeCharsetTest extends ContextTestSupport { @Override @Before