You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by gz...@apache.org on 2014/06/22 14:04:23 UTC

[2/4] git commit: [Minor] Fix CS errors in camel-hdfs2

[Minor] Fix CS errors in camel-hdfs2

Signed-off-by: Gregor Zurowski <gr...@zurowski.org>

Project: http://git-wip-us.apache.org/repos/asf/camel/repo
Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/104478f9
Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/104478f9
Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/104478f9

Branch: refs/heads/master
Commit: 104478f9b5a8036e27f86edbcb294ed4268b940d
Parents: c2a711b
Author: Gregor Zurowski <gr...@zurowski.org>
Authored: Sun Jun 22 07:56:50 2014 -0400
Committer: Gregor Zurowski <gr...@zurowski.org>
Committed: Sun Jun 22 07:56:50 2014 -0400

----------------------------------------------------------------------
 .../hdfs2/HdfsComponentConfigurationAndDocumentationTest.java    | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/camel/blob/104478f9/components/camel-hdfs2/src/test/java/org/apache/camel/component/hdfs2/HdfsComponentConfigurationAndDocumentationTest.java
----------------------------------------------------------------------
diff --git a/components/camel-hdfs2/src/test/java/org/apache/camel/component/hdfs2/HdfsComponentConfigurationAndDocumentationTest.java b/components/camel-hdfs2/src/test/java/org/apache/camel/component/hdfs2/HdfsComponentConfigurationAndDocumentationTest.java
index bfa7e3d..803abfa 100644
--- a/components/camel-hdfs2/src/test/java/org/apache/camel/component/hdfs2/HdfsComponentConfigurationAndDocumentationTest.java
+++ b/components/camel-hdfs2/src/test/java/org/apache/camel/component/hdfs2/HdfsComponentConfigurationAndDocumentationTest.java
@@ -33,8 +33,8 @@ public class HdfsComponentConfigurationAndDocumentationTest extends CamelTestSup
     @Test
     public void testComponentConfiguration() throws Exception {
         HdfsComponent comp = context.getComponent("hdfs2", HdfsComponent.class);
-        EndpointConfiguration conf = comp.createConfiguration("hdfs2://localhost/tmp/simple-file?" +
-                "splitStrategy=IDLE:1000,BYTES:5&fileSystemType=LOCAL&fileType=ARRAY_FILE&initialDelay=0");
+        EndpointConfiguration conf = comp.createConfiguration("hdfs2://localhost/tmp/simple-file?"
+                + "splitStrategy=IDLE:1000,BYTES:5&fileSystemType=LOCAL&fileType=ARRAY_FILE&initialDelay=0");
 
         assertEquals("LOCAL", conf.getParameter("fileSystemType"));
         assertEquals("ARRAY_FILE", conf.getParameter("fileType"));