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:
parent
4417c3b6d2
commit
b3fa190297
|
@ -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
|
||||
|
|
|
@ -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