moved cookie.impl to impl.cookie
git-svn-id: https://svn.apache.org/repos/asf/jakarta/httpcomponents/httpclient/trunk@503525 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
7e49b65c5b
commit
e9b784a8ef
|
@ -28,7 +28,7 @@
|
|||
* <http://www.apache.org/>.
|
||||
*
|
||||
*/
|
||||
package org.apache.http.cookie.impl;
|
||||
package org.apache.http.impl.cookie;
|
||||
|
||||
import org.apache.http.cookie.Cookie;
|
||||
import org.apache.http.cookie.CookieAttributeHandler;
|
|
@ -29,7 +29,7 @@
|
|||
*
|
||||
*/
|
||||
|
||||
package org.apache.http.cookie.impl;
|
||||
package org.apache.http.impl.cookie;
|
||||
|
||||
import java.util.ArrayList;
|
||||
import java.util.HashMap;
|
|
@ -28,7 +28,7 @@
|
|||
* <http://www.apache.org/>.
|
||||
*
|
||||
*/
|
||||
package org.apache.http.cookie.impl;
|
||||
package org.apache.http.impl.cookie;
|
||||
|
||||
import org.apache.http.cookie.Cookie;
|
||||
import org.apache.http.cookie.MalformedCookieException;
|
|
@ -28,7 +28,7 @@
|
|||
* <http://www.apache.org/>.
|
||||
*
|
||||
*/
|
||||
package org.apache.http.cookie.impl;
|
||||
package org.apache.http.impl.cookie;
|
||||
|
||||
import org.apache.http.cookie.Cookie;
|
||||
import org.apache.http.cookie.CookieAttributeHandler;
|
|
@ -28,7 +28,7 @@
|
|||
* <http://www.apache.org/>.
|
||||
*
|
||||
*/
|
||||
package org.apache.http.cookie.impl;
|
||||
package org.apache.http.impl.cookie;
|
||||
|
||||
import org.apache.http.cookie.Cookie;
|
||||
import org.apache.http.cookie.CookieOrigin;
|
|
@ -28,7 +28,7 @@
|
|||
* <http://www.apache.org/>.
|
||||
*
|
||||
*/
|
||||
package org.apache.http.cookie.impl;
|
||||
package org.apache.http.impl.cookie;
|
||||
|
||||
import java.util.Date;
|
||||
|
|
@ -28,7 +28,7 @@
|
|||
* <http://www.apache.org/>.
|
||||
*
|
||||
*/
|
||||
package org.apache.http.cookie.impl;
|
||||
package org.apache.http.impl.cookie;
|
||||
|
||||
import org.apache.http.cookie.Cookie;
|
||||
import org.apache.http.cookie.CookieAttributeHandler;
|
|
@ -28,7 +28,7 @@
|
|||
* <http://www.apache.org/>.
|
||||
*
|
||||
*/
|
||||
package org.apache.http.cookie.impl;
|
||||
package org.apache.http.impl.cookie;
|
||||
|
||||
import org.apache.http.cookie.Cookie;
|
||||
import org.apache.http.cookie.CookieOrigin;
|
|
@ -29,7 +29,7 @@
|
|||
*
|
||||
*/
|
||||
|
||||
package org.apache.http.cookie.impl;
|
||||
package org.apache.http.impl.cookie;
|
||||
|
||||
import org.apache.http.Header;
|
||||
import org.apache.http.HeaderElement;
|
|
@ -29,7 +29,7 @@
|
|||
*
|
||||
*/
|
||||
|
||||
package org.apache.http.cookie.impl;
|
||||
package org.apache.http.impl.cookie;
|
||||
|
||||
import org.apache.http.cookie.CookieSpec;
|
||||
import org.apache.http.cookie.CookieSpecFactory;
|
|
@ -29,7 +29,7 @@
|
|||
*
|
||||
*/
|
||||
|
||||
package org.apache.http.cookie.impl;
|
||||
package org.apache.http.impl.cookie;
|
||||
|
||||
import java.util.Iterator;
|
||||
|
|
@ -28,7 +28,7 @@
|
|||
* <http://www.apache.org/>.
|
||||
*
|
||||
*/
|
||||
package org.apache.http.cookie.impl;
|
||||
package org.apache.http.impl.cookie;
|
||||
|
||||
import java.util.StringTokenizer;
|
||||
|
|
@ -29,7 +29,7 @@
|
|||
*
|
||||
*/
|
||||
|
||||
package org.apache.http.cookie.impl;
|
||||
package org.apache.http.impl.cookie;
|
||||
|
||||
import org.apache.http.Header;
|
||||
import org.apache.http.HeaderElement;
|
|
@ -29,7 +29,7 @@
|
|||
*
|
||||
*/
|
||||
|
||||
package org.apache.http.cookie.impl;
|
||||
package org.apache.http.impl.cookie;
|
||||
|
||||
import org.apache.http.cookie.CookieSpec;
|
||||
import org.apache.http.cookie.CookieSpecFactory;
|
|
@ -28,7 +28,7 @@
|
|||
* <http://www.apache.org/>.
|
||||
*
|
||||
*/
|
||||
package org.apache.http.cookie.impl;
|
||||
package org.apache.http.impl.cookie;
|
||||
|
||||
import org.apache.http.cookie.Cookie;
|
||||
import org.apache.http.cookie.CookieAttributeHandler;
|
|
@ -29,7 +29,7 @@
|
|||
*
|
||||
*/
|
||||
|
||||
package org.apache.http.cookie.impl;
|
||||
package org.apache.http.impl.cookie;
|
||||
|
||||
import java.util.Arrays;
|
||||
|
|
@ -29,7 +29,7 @@
|
|||
*
|
||||
*/
|
||||
|
||||
package org.apache.http.cookie.impl;
|
||||
package org.apache.http.impl.cookie;
|
||||
|
||||
import org.apache.http.cookie.CookieSpec;
|
||||
import org.apache.http.cookie.CookieSpecFactory;
|
|
@ -28,7 +28,7 @@
|
|||
* <http://www.apache.org/>.
|
||||
*
|
||||
*/
|
||||
package org.apache.http.cookie.impl;
|
||||
package org.apache.http.impl.cookie;
|
||||
|
||||
import org.apache.http.cookie.Cookie;
|
||||
import org.apache.http.cookie.CookieOrigin;
|
|
@ -31,7 +31,7 @@
|
|||
package org.apache.http.client;
|
||||
|
||||
import org.apache.http.cookie.TestAllCookie;
|
||||
import org.apache.http.cookie.impl.TestAllCookieImpl;
|
||||
import org.apache.http.impl.cookie.TestAllCookieImpl;
|
||||
import org.apache.http.conn.ssl.TestAllSSL;
|
||||
import org.apache.http.impl.client.TestAllHttpClientImpl;
|
||||
|
||||
|
|
|
@ -30,10 +30,10 @@
|
|||
|
||||
package org.apache.http.cookie;
|
||||
|
||||
import org.apache.http.cookie.impl.BrowserCompatSpec;
|
||||
import org.apache.http.cookie.impl.BrowserCompatSpecFactory;
|
||||
import org.apache.http.cookie.impl.NetscapeDraftSpecFactory;
|
||||
import org.apache.http.cookie.impl.RFC2109SpecFactory;
|
||||
import org.apache.http.impl.cookie.BrowserCompatSpec;
|
||||
import org.apache.http.impl.cookie.BrowserCompatSpecFactory;
|
||||
import org.apache.http.impl.cookie.NetscapeDraftSpecFactory;
|
||||
import org.apache.http.impl.cookie.RFC2109SpecFactory;
|
||||
import org.apache.http.cookie.params.CookieSpecParams;
|
||||
import org.apache.http.impl.params.DefaultHttpParams;
|
||||
import org.apache.http.params.HttpParams;
|
||||
|
|
|
@ -28,7 +28,7 @@
|
|||
*
|
||||
*/
|
||||
|
||||
package org.apache.http.cookie.impl;
|
||||
package org.apache.http.impl.cookie;
|
||||
|
||||
import java.io.IOException;
|
||||
import java.util.Iterator;
|
|
@ -28,7 +28,7 @@
|
|||
*
|
||||
*/
|
||||
|
||||
package org.apache.http.cookie.impl;
|
||||
package org.apache.http.impl.cookie;
|
||||
|
||||
import junit.framework.*;
|
||||
|
|
@ -28,7 +28,7 @@
|
|||
*
|
||||
*/
|
||||
|
||||
package org.apache.http.cookie.impl;
|
||||
package org.apache.http.impl.cookie;
|
||||
|
||||
import java.text.DateFormat;
|
||||
import java.text.SimpleDateFormat;
|
|
@ -28,7 +28,7 @@
|
|||
*
|
||||
*/
|
||||
|
||||
package org.apache.http.cookie.impl;
|
||||
package org.apache.http.impl.cookie;
|
||||
|
||||
import java.util.Date;
|
||||
|
|
@ -28,7 +28,7 @@
|
|||
*
|
||||
*/
|
||||
|
||||
package org.apache.http.cookie.impl;
|
||||
package org.apache.http.impl.cookie;
|
||||
|
||||
import org.apache.http.Header;
|
||||
import org.apache.http.cookie.Cookie;
|
|
@ -28,7 +28,7 @@
|
|||
*
|
||||
*/
|
||||
|
||||
package org.apache.http.cookie.impl;
|
||||
package org.apache.http.impl.cookie;
|
||||
|
||||
import org.apache.http.Header;
|
||||
import org.apache.http.cookie.Cookie;
|
|
@ -28,7 +28,7 @@
|
|||
*
|
||||
*/
|
||||
|
||||
package org.apache.http.cookie.impl;
|
||||
package org.apache.http.impl.cookie;
|
||||
|
||||
import junit.framework.Test;
|
||||
import junit.framework.TestCase;
|
|
@ -28,7 +28,7 @@
|
|||
*
|
||||
*/
|
||||
|
||||
package org.apache.http.cookie.impl;
|
||||
package org.apache.http.impl.cookie;
|
||||
|
||||
import junit.framework.Test;
|
||||
import junit.framework.TestCase;
|
Loading…
Reference in New Issue