Fixed CS
Project: http://git-wip-us.apache.org/repos/asf/camel/repo Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/19bb97b2 Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/19bb97b2 Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/19bb97b2 Branch: refs/heads/master Commit: 19bb97b2136406aad0cc32d6d400fcc25b1cb6eb Parents: 78f3c6b Author: Claus Ibsen <davscl...@apache.org> Authored: Sun Jul 23 15:18:16 2017 +0200 Committer: Claus Ibsen <davscl...@apache.org> Committed: Sun Jul 23 15:18:16 2017 +0200 ---------------------------------------------------------------------- examples/README.adoc | 2 +- .../resources/META-INF/spring/bar/barContext.xml | 19 +++++++++++++++++++ .../src/main/java/sample/camel/MagicNumber.java | 6 +++--- 3 files changed, 23 insertions(+), 4 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/camel/blob/19bb97b2/examples/README.adoc ---------------------------------------------------------------------- diff --git a/examples/README.adoc b/examples/README.adoc index e4a3979..e314f2f 100644 --- a/examples/README.adoc +++ b/examples/README.adoc @@ -46,7 +46,7 @@ Number of Examples: 93 (8 deprecated) | link:camel-example-spring-boot-live-reload/readme.adoc[Spring Boot Live Reload] (camel-example-spring-boot-live-reload) | Beginner | An example showing how to use the live reload feature of Spring Boot with Camel -| link:camel-example-spring-boot-pojo/readme.md[Spring Boot Pojo] (camel-example-spring-boot-pojo) | Beginner | An example showing how to work with Camel POJO routing with Spring Boot +| link:camel-example-spring-boot-pojo/README.adoc[Spring Boot Pojo] (camel-example-spring-boot-pojo) | Beginner | An example showing how to work with Camel POJO routing with Spring Boot | link:camel-example-spring-boot-routecontroller/readme.adoc[Spring Boot Routecontroller] (camel-example-spring-boot-routecontroller) | Beginner | An example showing how to work with Camel Route Controller and Spring Boot http://git-wip-us.apache.org/repos/asf/camel/blob/19bb97b2/examples/camel-example-reload/src/main/resources/META-INF/spring/bar/barContext.xml ---------------------------------------------------------------------- diff --git a/examples/camel-example-reload/src/main/resources/META-INF/spring/bar/barContext.xml b/examples/camel-example-reload/src/main/resources/META-INF/spring/bar/barContext.xml index 50ff670..b34e3c2 100644 --- a/examples/camel-example-reload/src/main/resources/META-INF/spring/bar/barContext.xml +++ b/examples/camel-example-reload/src/main/resources/META-INF/spring/bar/barContext.xml @@ -1,3 +1,22 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!-- + + Licensed to the Apache Software Foundation (ASF) under one or more + contributor license agreements. See the NOTICE file distributed with + this work for additional information regarding copyright ownership. + 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 + + 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. + See the License for the specific language governing permissions and + limitations under the License. + +--> <beans xmlns="http://www.springframework.org/schema/beans" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation=" http://git-wip-us.apache.org/repos/asf/camel/blob/19bb97b2/examples/camel-example-spring-boot-pojo/src/main/java/sample/camel/MagicNumber.java ---------------------------------------------------------------------- diff --git a/examples/camel-example-spring-boot-pojo/src/main/java/sample/camel/MagicNumber.java b/examples/camel-example-spring-boot-pojo/src/main/java/sample/camel/MagicNumber.java index 475ecb5..8813751 100644 --- a/examples/camel-example-spring-boot-pojo/src/main/java/sample/camel/MagicNumber.java +++ b/examples/camel-example-spring-boot-pojo/src/main/java/sample/camel/MagicNumber.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.