You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by GitBox <gi...@apache.org> on 2022/11/11 19:15:58 UTC

[GitHub] [maven-resolver] michael-o commented on a diff in pull request #218: [MRESOLVER-290] Expand use of atomic file ops

michael-o commented on code in PR #218:
URL: https://github.com/apache/maven-resolver/pull/218#discussion_r1020498494


##########
maven-resolver-util/src/main/java/org/eclipse/aether/util/FileUtils.java:
##########
@@ -44,9 +44,23 @@ private FileUtils()
      */
     public interface TempFile extends Closeable
     {
+        /**
+         * Returns the path of the created temp file.
+         */
         Path getPath();
     }
 
+    /**
+     * A collocated temporary file, that resides next to a "target" file, and is removed when closed.

Review Comment:
   colocated and not collocated?!



-- 
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-unsubscribe@maven.apache.org

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