Repository: camel Updated Branches: refs/heads/camel-2.15.x 39e368c55 -> e084e033e
Fix Checkstyle issue Signed-off-by: Gregor Zurowski <gre...@zurowski.org> Project: http://git-wip-us.apache.org/repos/asf/camel/repo Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/e084e033 Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/e084e033 Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/e084e033 Branch: refs/heads/camel-2.15.x Commit: e084e033ee702f6a7b7fa96112718a682e6d9a64 Parents: 39e368c Author: Gregor Zurowski <gre...@zurowski.org> Authored: Sun Mar 27 13:04:40 2016 +0200 Committer: Gregor Zurowski <gre...@zurowski.org> Committed: Sun Mar 27 13:04:40 2016 +0200 ---------------------------------------------------------------------- .../processor/DeadLetterChannelHandleNewExceptionTest.java | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/camel/blob/e084e033/camel-core/src/test/java/org/apache/camel/processor/DeadLetterChannelHandleNewExceptionTest.java ---------------------------------------------------------------------- diff --git a/camel-core/src/test/java/org/apache/camel/processor/DeadLetterChannelHandleNewExceptionTest.java b/camel-core/src/test/java/org/apache/camel/processor/DeadLetterChannelHandleNewExceptionTest.java index 8770099..98e19a9 100644 --- a/camel-core/src/test/java/org/apache/camel/processor/DeadLetterChannelHandleNewExceptionTest.java +++ b/camel-core/src/test/java/org/apache/camel/processor/DeadLetterChannelHandleNewExceptionTest.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.