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:08:24 UTC

camel git commit: Fix Checkstyle issue

Repository: camel
Updated Branches:
  refs/heads/camel-2.19.x 2a3dd76c5 -> 4d55c202f


Fix Checkstyle issue

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/4d55c202
Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/4d55c202
Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/4d55c202

Branch: refs/heads/camel-2.19.x
Commit: 4d55c202fccf0e21dbbb903ebcde5a273e6d538f
Parents: 2a3dd76
Author: Gregor Zurowski <gr...@zurowski.org>
Authored: Fri Jun 9 09:51:35 2017 +0200
Committer: Gregor Zurowski <gr...@zurowski.org>
Committed: Fri Jun 9 10:07:58 2017 +0200

----------------------------------------------------------------------
 .../apache/camel/component/jetty/rest/RestJettyOptionsTest.java  | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/camel/blob/4d55c202/components/camel-jetty9/src/test/java/org/apache/camel/component/jetty/rest/RestJettyOptionsTest.java
----------------------------------------------------------------------
diff --git a/components/camel-jetty9/src/test/java/org/apache/camel/component/jetty/rest/RestJettyOptionsTest.java b/components/camel-jetty9/src/test/java/org/apache/camel/component/jetty/rest/RestJettyOptionsTest.java
index 7618601..e1e397e 100644
--- a/components/camel-jetty9/src/test/java/org/apache/camel/component/jetty/rest/RestJettyOptionsTest.java
+++ b/components/camel-jetty9/src/test/java/org/apache/camel/component/jetty/rest/RestJettyOptionsTest.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>
+ *
  * 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.