HADOOP-12700. Remove unused import in TestCompressorDecompressor.java. Contributed by John Zhuge.
This commit is contained in:
parent
c8b80eb0d9
commit
ff8758377c
|
@ -1601,6 +1601,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
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue