Repository: camel Updated Branches: refs/heads/camel-2.17.x 95cc4f562 -> e8bff3a0a refs/heads/master 44c7bd696 -> a4c43a6ca
Fixed CS Project: http://git-wip-us.apache.org/repos/asf/camel/repo Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/a4c43a6c Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/a4c43a6c Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/a4c43a6c Branch: refs/heads/master Commit: a4c43a6ca65887d56ab790972fd3adeb668de30b Parents: 0df2ba7 Author: Claus Ibsen <davscl...@apache.org> Authored: Thu Apr 21 22:48:38 2016 +0200 Committer: Claus Ibsen <davscl...@apache.org> Committed: Thu Apr 21 22:48:50 2016 +0200 ---------------------------------------------------------------------- .../org/apache/camel/rx/support/ReactiveBeanPostProcessor.java | 6 +++--- .../java/org/apache/camel/rx/support/ReactiveInjector.java | 6 +++--- .../apache/camel/rx/support/ReactivePostProcessorHelper.java | 6 +++--- .../src/test/java/org/apache/camel/rx/LoginService.java | 6 +++--- .../java/org/apache/camel/rx/LoginServiceObservableTest.java | 6 +++--- 5 files changed, 15 insertions(+), 15 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/camel/blob/a4c43a6c/components/camel-rx/src/main/java/org/apache/camel/rx/support/ReactiveBeanPostProcessor.java ---------------------------------------------------------------------- diff --git a/components/camel-rx/src/main/java/org/apache/camel/rx/support/ReactiveBeanPostProcessor.java b/components/camel-rx/src/main/java/org/apache/camel/rx/support/ReactiveBeanPostProcessor.java index a0d132e..5d802c2 100644 --- a/components/camel-rx/src/main/java/org/apache/camel/rx/support/ReactiveBeanPostProcessor.java +++ b/components/camel-rx/src/main/java/org/apache/camel/rx/support/ReactiveBeanPostProcessor.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. http://git-wip-us.apache.org/repos/asf/camel/blob/a4c43a6c/components/camel-rx/src/main/java/org/apache/camel/rx/support/ReactiveInjector.java ---------------------------------------------------------------------- diff --git a/components/camel-rx/src/main/java/org/apache/camel/rx/support/ReactiveInjector.java b/components/camel-rx/src/main/java/org/apache/camel/rx/support/ReactiveInjector.java index adab01e..5011a65 100644 --- a/components/camel-rx/src/main/java/org/apache/camel/rx/support/ReactiveInjector.java +++ b/components/camel-rx/src/main/java/org/apache/camel/rx/support/ReactiveInjector.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. http://git-wip-us.apache.org/repos/asf/camel/blob/a4c43a6c/components/camel-rx/src/main/java/org/apache/camel/rx/support/ReactivePostProcessorHelper.java ---------------------------------------------------------------------- diff --git a/components/camel-rx/src/main/java/org/apache/camel/rx/support/ReactivePostProcessorHelper.java b/components/camel-rx/src/main/java/org/apache/camel/rx/support/ReactivePostProcessorHelper.java index 88a94ae..b2056bc 100644 --- a/components/camel-rx/src/main/java/org/apache/camel/rx/support/ReactivePostProcessorHelper.java +++ b/components/camel-rx/src/main/java/org/apache/camel/rx/support/ReactivePostProcessorHelper.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. http://git-wip-us.apache.org/repos/asf/camel/blob/a4c43a6c/components/camel-rx/src/test/java/org/apache/camel/rx/LoginService.java ---------------------------------------------------------------------- diff --git a/components/camel-rx/src/test/java/org/apache/camel/rx/LoginService.java b/components/camel-rx/src/test/java/org/apache/camel/rx/LoginService.java index 0987377..9f5846d 100644 --- a/components/camel-rx/src/test/java/org/apache/camel/rx/LoginService.java +++ b/components/camel-rx/src/test/java/org/apache/camel/rx/LoginService.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. http://git-wip-us.apache.org/repos/asf/camel/blob/a4c43a6c/components/camel-rx/src/test/java/org/apache/camel/rx/LoginServiceObservableTest.java ---------------------------------------------------------------------- diff --git a/components/camel-rx/src/test/java/org/apache/camel/rx/LoginServiceObservableTest.java b/components/camel-rx/src/test/java/org/apache/camel/rx/LoginServiceObservableTest.java index 229a6c7..59fbfe5 100644 --- a/components/camel-rx/src/test/java/org/apache/camel/rx/LoginServiceObservableTest.java +++ b/components/camel-rx/src/test/java/org/apache/camel/rx/LoginServiceObservableTest.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.