Skip to content

Commit d2247a4

Browse files
committed
HADOOP-18508. remove unused imports
Change-Id: Ia2aa6e793a02914f2e391ad699ab998975f1a982
1 parent ad85edd commit d2247a4

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

hadoop-common-project/hadoop-common/src/test/java/org/apache/hadoop/fs/TestFSMainOperationsLocalFileSystem.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,7 @@
2222

2323
import org.apache.hadoop.conf.Configuration;
2424
import org.junit.After;
25-
import org.junit.Assert;
2625
import org.junit.Before;
27-
import org.junit.Test;
2826

2927
public class TestFSMainOperationsLocalFileSystem extends FSMainOperationsBaseTest {
3028

hadoop-tools/hadoop-aws/src/test/java/org/apache/hadoop/fs/s3a/ITestS3AFSMainOperations.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,7 @@
2121
import java.io.IOException;
2222

2323
import org.assertj.core.api.Assertions;
24-
import org.junit.Assert;
2524
import org.junit.Ignore;
26-
import org.junit.Test;
2725

2826
import org.apache.hadoop.conf.Configuration;
2927
import org.apache.hadoop.fs.FSMainOperationsBaseTest;

0 commit comments

Comments
 (0)