Remove unused imports.

git-svn-id: https://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk@1725788 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Gary D. Gregory 2016-01-20 19:22:22 +00:00
parent d99e2196d7
commit 32cf644772
2 changed files with 0 additions and 2 deletions

View File

@ -29,7 +29,6 @@ package org.apache.hc.client5.http.impl.auth;
import java.io.IOException;
import java.io.ObjectInputStream;
import java.io.ObjectOutputStream;
import java.io.ObjectStreamException;
import java.io.Serializable;
import java.nio.charset.Charset;
import java.nio.charset.StandardCharsets;

View File

@ -33,7 +33,6 @@ import java.util.HashMap;
import java.util.Locale;
import java.util.Map;
import org.apache.hc.client5.http.cookie.Cookie;
import org.apache.hc.client5.http.cookie.SetCookie;
import org.apache.hc.core5.annotation.NotThreadSafe;
import org.apache.hc.core5.util.Args;