This is an automated email from the ASF dual-hosted git repository.

cnauroth pushed a commit to branch branch-3.4
in repository https://gitbox.apache.org/repos/asf/hadoop.git


The following commit(s) were added to refs/heads/branch-3.4 by this push:
     new a40f5f4de0f HADOOP-19685. Fix double semicolon breaking clover
a40f5f4de0f is described below

commit a40f5f4de0f83d063f66597aeb5c9883c0076ba6
Author: Michael Smith <[email protected]>
AuthorDate: Fri Sep 12 23:44:13 2025 +0000

    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]>
    (cherry picked from commit 2d2d9769d669c513a38ee0767fbca7df88e2844c)
---
 .../org/apache/hadoop/fs/s3a/impl/ITestS3APutIfMatchAndIfNoneMatch.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/hadoop-tools/hadoop-aws/src/test/java/org/apache/hadoop/fs/s3a/impl/ITestS3APutIfMatchAndIfNoneMatch.java
 
b/hadoop-tools/hadoop-aws/src/test/java/org/apache/hadoop/fs/s3a/impl/ITestS3APutIfMatchAndIfNoneMatch.java
index bf915ed4f11..fd7df286219 100644
--- 
a/hadoop-tools/hadoop-aws/src/test/java/org/apache/hadoop/fs/s3a/impl/ITestS3APutIfMatchAndIfNoneMatch.java
+++ 
b/hadoop-tools/hadoop-aws/src/test/java/org/apache/hadoop/fs/s3a/impl/ITestS3APutIfMatchAndIfNoneMatch.java
@@ -40,7 +40,7 @@
 import org.apache.hadoop.fs.s3a.RemoteFileChangedException;
 import org.apache.hadoop.fs.s3a.S3AFileStatus;
 import org.apache.hadoop.fs.s3a.S3ATestUtils;
-import org.apache.hadoop.fs.s3a.Statistic;;
+import org.apache.hadoop.fs.s3a.Statistic;
 import org.apache.hadoop.fs.s3a.statistics.BlockOutputStreamStatistics;
 
 import static 
org.apache.hadoop.fs.Options.CreateFileOptionKeys.FS_OPTION_CREATE_CONDITIONAL_OVERWRITE;


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to