HADOOP-15376. Remove double semi colons on imports that make Clover fall over.

Signed-off-by: Akira Ajisaka <aajisaka@apache.org>
This commit is contained in:
Ewan Higgs 2018-04-10 23:58:26 +09:00 committed by Akira Ajisaka
parent 6729047a8b
commit cef8eb7981
No known key found for this signature in database
GPG Key ID: C1EDBB9CA400FD50
1 changed files with 1 additions and 1 deletions

View File

@ -39,7 +39,7 @@
import java.util.List;
import java.util.Set;
import org.apache.commons.io.FileUtils;;
import org.apache.commons.io.FileUtils;
import org.apache.hadoop.fs.PathIOException;
import org.apache.hadoop.test.GenericTestUtils;
import org.apache.hadoop.test.LambdaTestUtils;