Repository: camel Updated Branches: refs/heads/camel-2.16.x e5ec11dc0 -> b4e56f18d
Fixed CS Project: http://git-wip-us.apache.org/repos/asf/camel/repo Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/b4e56f18 Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/b4e56f18 Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/b4e56f18 Branch: refs/heads/camel-2.16.x Commit: b4e56f18db17acd80d1dfc2095d6d1fc26546572 Parents: e5ec11d Author: Claus Ibsen <davscl...@apache.org> Authored: Fri Mar 4 14:31:10 2016 +0100 Committer: Gregor Zurowski <gre...@zurowski.org> Committed: Sun Apr 3 12:38:16 2016 +0200 ---------------------------------------------------------------------- .../org/apache/camel/builder/script/JavaScriptLanguage.java | 6 +++--- .../main/java/org/apache/camel/builder/script/PhpLanguage.java | 6 +++--- .../java/org/apache/camel/builder/script/PythonLanguage.java | 6 +++--- .../java/org/apache/camel/builder/script/RubyLanguage.java | 6 +++--- 4 files changed, 12 insertions(+), 12 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/camel/blob/b4e56f18/components/camel-script/src/main/java/org/apache/camel/builder/script/JavaScriptLanguage.java ---------------------------------------------------------------------- diff --git a/components/camel-script/src/main/java/org/apache/camel/builder/script/JavaScriptLanguage.java b/components/camel-script/src/main/java/org/apache/camel/builder/script/JavaScriptLanguage.java index e6a7d80..3b2e403 100644 --- a/components/camel-script/src/main/java/org/apache/camel/builder/script/JavaScriptLanguage.java +++ b/components/camel-script/src/main/java/org/apache/camel/builder/script/JavaScriptLanguage.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/b4e56f18/components/camel-script/src/main/java/org/apache/camel/builder/script/PhpLanguage.java ---------------------------------------------------------------------- diff --git a/components/camel-script/src/main/java/org/apache/camel/builder/script/PhpLanguage.java b/components/camel-script/src/main/java/org/apache/camel/builder/script/PhpLanguage.java index 2cd015a..3275442 100644 --- a/components/camel-script/src/main/java/org/apache/camel/builder/script/PhpLanguage.java +++ b/components/camel-script/src/main/java/org/apache/camel/builder/script/PhpLanguage.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/b4e56f18/components/camel-script/src/main/java/org/apache/camel/builder/script/PythonLanguage.java ---------------------------------------------------------------------- diff --git a/components/camel-script/src/main/java/org/apache/camel/builder/script/PythonLanguage.java b/components/camel-script/src/main/java/org/apache/camel/builder/script/PythonLanguage.java index 57bf701..7c20e18 100644 --- a/components/camel-script/src/main/java/org/apache/camel/builder/script/PythonLanguage.java +++ b/components/camel-script/src/main/java/org/apache/camel/builder/script/PythonLanguage.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/b4e56f18/components/camel-script/src/main/java/org/apache/camel/builder/script/RubyLanguage.java ---------------------------------------------------------------------- diff --git a/components/camel-script/src/main/java/org/apache/camel/builder/script/RubyLanguage.java b/components/camel-script/src/main/java/org/apache/camel/builder/script/RubyLanguage.java index 5e0debc..4e56aac 100644 --- a/components/camel-script/src/main/java/org/apache/camel/builder/script/RubyLanguage.java +++ b/components/camel-script/src/main/java/org/apache/camel/builder/script/RubyLanguage.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.