Skip to content

Commit 2d2d976

Browse files
MikaelSmithcnauroth
authored andcommitted
HADOOP-19685. Fix double semicolon breaking clover
Removes the extra semicolon after an import that causes `-Pclover` to fail with com.atlassian.clover.api.CloverException: hadoop/hadoop-tools/ hadoop-aws/src/test/java/org/apache/hadoop/fs/s3a/impl/ ITestS3APutIfMatchAndIfNoneMatch.java:43:43:unexpected token: ;` Closes #7956 Signed-off-by: Chris Nauroth <[email protected]>
1 parent 15abcaf commit 2d2d976

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
import org.apache.hadoop.fs.s3a.RemoteFileChangedException;
4242
import org.apache.hadoop.fs.s3a.S3AFileStatus;
4343
import org.apache.hadoop.fs.s3a.S3ATestUtils;
44-
import org.apache.hadoop.fs.s3a.Statistic;;
44+
import org.apache.hadoop.fs.s3a.Statistic;
4545
import org.apache.hadoop.fs.s3a.statistics.BlockOutputStreamStatistics;
4646

4747
import static org.apache.hadoop.fs.Options.CreateFileOptionKeys.FS_OPTION_CREATE_CONDITIONAL_OVERWRITE;

0 commit comments

Comments
 (0)