This is an automated email from the ASF dual-hosted git repository. acosentino pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/camel.git
The following commit(s) were added to refs/heads/master by this push: new e8320ee Fixed CS for Camel-test e8320ee is described below commit e8320ee9b7959ae5bff726c1c8688c4772f3810d Author: Andrea Cosentino <anco...@gmail.com> AuthorDate: Thu May 23 10:15:54 2019 +0200 Fixed CS for Camel-test --- .../apache/camel/test/patterns/AdviceWithNotStartedTest.java | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/components/camel-test/src/test/java/org/apache/camel/test/patterns/AdviceWithNotStartedTest.java b/components/camel-test/src/test/java/org/apache/camel/test/patterns/AdviceWithNotStartedTest.java index b807e57..bcbc0e4 100644 --- a/components/camel-test/src/test/java/org/apache/camel/test/patterns/AdviceWithNotStartedTest.java +++ b/components/camel-test/src/test/java/org/apache/camel/test/patterns/AdviceWithNotStartedTest.java @@ -1,13 +1,13 @@ -/** +/* * 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 - * <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. @@ -16,6 +16,8 @@ */ package org.apache.camel.test.patterns; +import java.util.concurrent.RejectedExecutionException; + import org.apache.camel.CamelExecutionException; import org.apache.camel.RoutesBuilder; import org.apache.camel.builder.AdviceWithRouteBuilder; @@ -24,8 +26,6 @@ import org.apache.camel.reifier.RouteReifier; import org.apache.camel.test.junit4.CamelTestSupport; import org.junit.Test; -import java.util.concurrent.RejectedExecutionException; - public class AdviceWithNotStartedTest extends CamelTestSupport { @Override