Fixed CS
Project: http://git-wip-us.apache.org/repos/asf/camel/repo Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/8592aaa6 Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/8592aaa6 Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/8592aaa6 Branch: refs/heads/master Commit: 8592aaa6408b207bf8dedcdc8339bee57f98736f Parents: 1de99e9 Author: Claus Ibsen <[email protected]> Authored: Fri Mar 4 14:31:10 2016 +0100 Committer: Claus Ibsen <[email protected]> Committed: Fri Mar 4 14:31:10 2016 +0100 ---------------------------------------------------------------------- .../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/8592aaa6/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/8592aaa6/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/8592aaa6/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/8592aaa6/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.
