Author: markt
Date: Tue Aug 23 10:14:54 2016
New Revision: 1757347

URL: http://svn.apache.org/viewvc?rev=1757347&view=rev
Log:
Import order
Missing header

Modified:
    tomcat/trunk/test/org/apache/naming/TestNamingContext.java

Modified: tomcat/trunk/test/org/apache/naming/TestNamingContext.java
URL: 
http://svn.apache.org/viewvc/tomcat/trunk/test/org/apache/naming/TestNamingContext.java?rev=1757347&r1=1757346&r2=1757347&view=diff
==============================================================================
--- tomcat/trunk/test/org/apache/naming/TestNamingContext.java (original)
+++ tomcat/trunk/test/org/apache/naming/TestNamingContext.java Tue Aug 23 
10:14:54 2016
@@ -1,15 +1,32 @@
+/*
+ * 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.naming;
 
 import javax.naming.Context;
 import javax.naming.NamingException;
 
+import org.junit.Assert;
+import org.junit.Test;
+
 import org.apache.catalina.startup.Tomcat;
 import org.apache.catalina.startup.TomcatBaseTest;
 import org.apache.naming.factory.ResourceLinkFactory;
 import org.apache.tomcat.util.descriptor.web.ContextEnvironment;
 import org.apache.tomcat.util.descriptor.web.ContextResourceLink;
-import org.junit.Assert;
-import org.junit.Test;
 
 public class TestNamingContext extends TomcatBaseTest {
 



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to