Browse Source

HDFS-10623. Remove unused import of httpclient.HttpConnection from TestWebHdfsTokens. (Contributed by Hanisha Koneru)

Arpit Agarwal 8 years ago
parent
commit
c1e19ad531

+ 3 - 0
hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt

@@ -232,6 +232,9 @@ Release 2.7.3 - UNRELEASED
     HDFS-10182. Hedged read might overwrite user's buf.
     (zhouyingchao via waltersu4549)
 
+    HDFS-10623. Remove unused import of httpclient.HttpConnection from
+    TestWebHdfsTokens. (Hanish Koneru via Arpit Agarwal)
+
 Release 2.7.2 - 2016-01-25
 
   INCOMPATIBLE CHANGES

+ 0 - 1
hadoop-hdfs-project/hadoop-hdfs/src/test/java/org/apache/hadoop/hdfs/web/TestWebHdfsTokens.java

@@ -36,7 +36,6 @@ import java.net.URLConnection;
 import java.security.PrivilegedExceptionAction;
 import java.util.Map;
 
-import org.apache.commons.httpclient.HttpConnection;
 import org.apache.hadoop.conf.Configuration;
 import org.apache.hadoop.fs.FileSystem;
 import org.apache.hadoop.fs.FileUtil;