Pankraz76 commented on code in PR #2382:
URL: https://github.com/apache/maven/pull/2382#discussion_r2104197867


##########
its/core-it-support/core-it-plugins/maven-it-plugin-active-collection/src/main/java/org/apache/maven/plugin/coreit/CheckThreadSafetyMojo.java:
##########
@@ -66,64 +68,50 @@ public class CheckThreadSafetyMojo extends AbstractMojo {
     @Parameter(property = "collections.outputFile")
     private File outputFile;
 
+
     /**
      * Runs this mojo.
      *
      * @throws MojoExecutionException If the output file could not be created.
+     *
+     * @implNote threads need to use different realms to trigger changes of 
the collections.
      */
     public void execute() throws MojoExecutionException {

Review Comment:
   test for test seems strange.



-- 
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: issues-unsubscr...@maven.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to