You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by cm...@apache.org on 2013/06/29 12:28:17 UTC

git commit: fixed the CS error

Updated Branches:
  refs/heads/camel-2.11.x edffff63d -> 4f5ad25be


fixed the CS error


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

Branch: refs/heads/camel-2.11.x
Commit: 4f5ad25be2292277a0741998f67d24ac08d0fff5
Parents: edffff6
Author: cmueller <cm...@apache.org>
Authored: Sat Jun 29 12:28:07 2013 +0200
Committer: cmueller <cm...@apache.org>
Committed: Sat Jun 29 12:28:07 2013 +0200

----------------------------------------------------------------------
 .../org/apache/camel/component/validator/ValidatorComponent.java   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/camel/blob/4f5ad25b/camel-core/src/main/java/org/apache/camel/component/validator/ValidatorComponent.java
----------------------------------------------------------------------
diff --git a/camel-core/src/main/java/org/apache/camel/component/validator/ValidatorComponent.java b/camel-core/src/main/java/org/apache/camel/component/validator/ValidatorComponent.java
index 5ec52f4..622d376 100644
--- a/camel-core/src/main/java/org/apache/camel/component/validator/ValidatorComponent.java
+++ b/camel-core/src/main/java/org/apache/camel/component/validator/ValidatorComponent.java
@@ -18,6 +18,7 @@ package org.apache.camel.component.validator;
 
 import java.io.InputStream;
 import java.util.Map;
+import org.w3c.dom.ls.LSResourceResolver;
 
 import org.apache.camel.Endpoint;
 import org.apache.camel.converter.IOConverter;
@@ -28,7 +29,6 @@ import org.apache.camel.util.IOHelper;
 import org.apache.camel.util.ResourceHelper;
 import org.slf4j.Logger;
 import org.slf4j.LoggerFactory;
-import org.w3c.dom.ls.LSResourceResolver;
 
 /**
  * The <a href="http://camel.apache.org/validation.html">Validator Component</a>