gnodet-bot commented on code in PR #356:
URL: 
https://github.com/apache/maven-clean-plugin/pull/356#discussion_r4112120019


##########
src/test/java/org/apache/maven/plugins/clean/CleanerTest.java:
##########
@@ -229,7 +229,9 @@ void 
batchRetryLogsWarningAfterRetryWhenStillFailing(@TempDir Path tempDir) thro
                 "Warning should reference the failed file, not a parent 
directory");
         // The original file should still exist because it could not be 
deleted.
         assertTrue(exists(file), "File should still exist when batch retry 
also fails");
+    }
 

Review Comment:
   ✅ **Confirmed:** Correct fix — the missing `}` closing 
`batchRetryLogsWarningAfterRetryWhenStillFailing()` and the missing `/**` 
Javadoc opener for `deleteWithFollowSymlinksDeletesTarget()` are both restored. 
Without this, the file wouldn't compile.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to