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 2017/06/09 08:18:45 UTC

camel git commit: Fix Checkstyle issues

Repository: camel
Updated Branches:
  refs/heads/camel-2.19.x fe37ea7b6 -> dddb7fa70


Fix Checkstyle issues


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

Branch: refs/heads/camel-2.19.x
Commit: dddb7fa700328287d6babc8a050f1084a04efaaf
Parents: fe37ea7
Author: Gregor Zurowski <gr...@zurowski.org>
Authored: Fri Jun 9 10:18:21 2017 +0200
Committer: Gregor Zurowski <gr...@zurowski.org>
Committed: Fri Jun 9 10:18:21 2017 +0200

----------------------------------------------------------------------
 .../camel/component/servlet/rest/OptionsMethodWebRequest.java  | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/camel/blob/dddb7fa7/components/camel-servlet/src/test/java/org/apache/camel/component/servlet/rest/OptionsMethodWebRequest.java
----------------------------------------------------------------------
diff --git a/components/camel-servlet/src/test/java/org/apache/camel/component/servlet/rest/OptionsMethodWebRequest.java b/components/camel-servlet/src/test/java/org/apache/camel/component/servlet/rest/OptionsMethodWebRequest.java
index 4cba44d..c121fd0 100644
--- a/components/camel-servlet/src/test/java/org/apache/camel/component/servlet/rest/OptionsMethodWebRequest.java
+++ b/components/camel-servlet/src/test/java/org/apache/camel/component/servlet/rest/OptionsMethodWebRequest.java
@@ -5,9 +5,9 @@
  * The ASF licenses this file to You under the Apache License, Version 2.0
  * (the "License"); you may not use this file except in compliance with
  * the License.  You may obtain a copy of the License at
- * <p>
- * http://www.apache.org/licenses/LICENSE-2.0
- * <p>
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
  * Unless required by applicable law or agreed to in writing, software
  * distributed under the License is distributed on an "AS IS" BASIS,
  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.