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

This reverts commit b3fa190297.
This commit is contained in:
Yongjun Zhang 2016-01-14 13:06:03 -08:00
parent 6816481c72
commit a7d33b934a
2 changed files with 1 additions and 3 deletions

View File

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

View File

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