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

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

View File

@ -974,6 +974,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;