Add missing package declaration
authormarkt <markt@13f79535-47bb-0310-9956-ffa450edef68>
Sun, 30 Dec 2007 19:30:40 +0000 (19:30 +0000)
committermarkt <markt@13f79535-47bb-0310-9956-ffa450edef68>
Sun, 30 Dec 2007 19:30:40 +0000 (19:30 +0000)
git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@607586 13f79535-47bb-0310-9956-ffa450edef68

test/org/apache/catalina/tomcat/util/http/TestCookies.java

index 4feb0ac..2285864 100644 (file)
@@ -15,6 +15,8 @@
  *  limitations under the License.
  */
 
+package org.apache.catalina.tomcat.util.http;
+
 import org.apache.tomcat.util.http.Cookies;
 import org.apache.tomcat.util.http.ServerCookie;