HADOOP-12700. Remove unused import in TestCompressorDecompressor.java. Contributed by John Zhuge.

(cherry picked from commit f977366d9522ee31080e16db90972729fcfe256f)
(cherry picked from commit 722d9e569ee6891e71274e758474063f25f5babf)
This commit is contained in:
Akira Ajisaka 2016-01-15 00:31:24 +09:00
parent 4417c3b6d2
commit b3fa190297
2 changed files with 3 additions and 1 deletions

View File

@ -925,6 +925,9 @@ Release 2.8.0 - UNRELEASED
HADOOP-12603. TestSymlinkLocalFSFileContext#testSetTimesSymlinkToDir
occasionally fail. (Wei-Chiu Chuang via cnauroth)
HADOOP-12700. Remove unused import in TestCompressorDecompressor.java.
(John Zhuge via aajisaka)
Release 2.7.3 - UNRELEASED
INCOMPATIBLE CHANGES

View File

@ -17,7 +17,6 @@
*/
package org.apache.hadoop.io.compress;
import static org.junit.Assert.fail;
import java.util.Random;
import org.apache.hadoop.io.compress.CompressDecompressTester.CompressionTestStrategy;
import org.apache.hadoop.io.compress.lz4.Lz4Compressor;