You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ge...@apache.org on 2015/12/22 15:50:17 UTC

camel git commit: Checkstyle fix

Repository: camel
Updated Branches:
  refs/heads/camel-2.15.x 1a20c1ce5 -> ef9f94255


Checkstyle fix


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

Branch: refs/heads/camel-2.15.x
Commit: ef9f94255045257f6fe70f02e2b80ca88763dea1
Parents: 1a20c1c
Author: Gert Vanthienen <ge...@apache.org>
Authored: Tue Dec 22 15:50:11 2015 +0100
Committer: Gert Vanthienen <ge...@apache.org>
Committed: Tue Dec 22 15:50:11 2015 +0100

----------------------------------------------------------------------
 .../component/http4/handler/BasicRawQueryValidationHandler.java    | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/camel/blob/ef9f9425/components/camel-http4/src/test/java/org/apache/camel/component/http4/handler/BasicRawQueryValidationHandler.java
----------------------------------------------------------------------
diff --git a/components/camel-http4/src/test/java/org/apache/camel/component/http4/handler/BasicRawQueryValidationHandler.java b/components/camel-http4/src/test/java/org/apache/camel/component/http4/handler/BasicRawQueryValidationHandler.java
index 2b2aae0..e482188 100644
--- a/components/camel-http4/src/test/java/org/apache/camel/component/http4/handler/BasicRawQueryValidationHandler.java
+++ b/components/camel-http4/src/test/java/org/apache/camel/component/http4/handler/BasicRawQueryValidationHandler.java
@@ -42,4 +42,4 @@ public class BasicRawQueryValidationHandler extends BasicValidationHandler {
         }
         return true;
     }
-    }
+}