Author: kkolinko Date: Tue Jan 13 05:41:52 2015 New Revision: 1651280 URL: http://svn.apache.org/r1651280 Log: Checkstyle: 1) Missing Apache License header 2) Imports order
Modified: tomcat/trunk/test/org/apache/catalina/ha/context/TestReplicatedContext.java tomcat/trunk/test/org/apache/catalina/startup/TestTomcat.java Modified: tomcat/trunk/test/org/apache/catalina/ha/context/TestReplicatedContext.java URL: http://svn.apache.org/viewvc/tomcat/trunk/test/org/apache/catalina/ha/context/TestReplicatedContext.java?rev=1651280&r1=1651279&r2=1651280&view=diff ============================================================================== --- tomcat/trunk/test/org/apache/catalina/ha/context/TestReplicatedContext.java (original) +++ tomcat/trunk/test/org/apache/catalina/ha/context/TestReplicatedContext.java Tue Jan 13 05:41:52 2015 @@ -1,3 +1,19 @@ +/* + * 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 + * + * 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. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.apache.catalina.ha.context; import java.io.File; @@ -8,6 +24,9 @@ import javax.servlet.http.HttpServlet; import javax.servlet.http.HttpServletRequest; import javax.servlet.http.HttpServletResponse; +import org.junit.Assert; +import org.junit.Test; + import org.apache.catalina.Context; import org.apache.catalina.Host; import org.apache.catalina.LifecycleException; @@ -15,8 +34,6 @@ import org.apache.catalina.core.Standard import org.apache.catalina.startup.Tomcat; import org.apache.catalina.startup.TomcatBaseTest; import org.apache.tomcat.util.buf.ByteChunk; -import org.junit.Assert; -import org.junit.Test; public class TestReplicatedContext extends TomcatBaseTest { Modified: tomcat/trunk/test/org/apache/catalina/startup/TestTomcat.java URL: http://svn.apache.org/viewvc/tomcat/trunk/test/org/apache/catalina/startup/TestTomcat.java?rev=1651280&r1=1651279&r2=1651280&view=diff ============================================================================== --- tomcat/trunk/test/org/apache/catalina/startup/TestTomcat.java (original) +++ tomcat/trunk/test/org/apache/catalina/startup/TestTomcat.java Tue Jan 13 05:41:52 2015 @@ -41,6 +41,7 @@ import static org.junit.Assert.assertTru import static org.junit.Assert.fail; import org.junit.Test; + import org.apache.catalina.Host; import org.apache.catalina.core.StandardContext; import org.apache.catalina.core.StandardHost; --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org