Repository: camel Updated Branches: refs/heads/master 68c697313 -> 2834779e5
Upgrade camel-spark-rest component Project: http://git-wip-us.apache.org/repos/asf/camel/repo Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/2834779e Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/2834779e Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/2834779e Branch: refs/heads/master Commit: 2834779e56fa73c57202ab262a24922d6ca11467 Parents: 68c6973 Author: Claus Ibsen <[email protected]> Authored: Sun Feb 21 14:06:51 2016 +0100 Committer: Claus Ibsen <[email protected]> Committed: Sun Feb 21 14:06:51 2016 +0100 ---------------------------------------------------------------------- .../java/org/apache/camel/component/sparkrest/CamelSpark.java | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/camel/blob/2834779e/components/camel-spark-rest/src/main/java/org/apache/camel/component/sparkrest/CamelSpark.java ---------------------------------------------------------------------- diff --git a/components/camel-spark-rest/src/main/java/org/apache/camel/component/sparkrest/CamelSpark.java b/components/camel-spark-rest/src/main/java/org/apache/camel/component/sparkrest/CamelSpark.java index 79e05d9..65b20a7 100644 --- a/components/camel-spark-rest/src/main/java/org/apache/camel/component/sparkrest/CamelSpark.java +++ b/components/camel-spark-rest/src/main/java/org/apache/camel/component/sparkrest/CamelSpark.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.
