michael-o commented on a change in pull request #101:
URL: https://github.com/apache/maven-resolver/pull/101#discussion_r621489660



##########
File path: 
maven-resolver-impl/src/main/java/org/eclipse/aether/internal/impl/DefaultTrackingFileManager.java
##########
@@ -228,7 +205,7 @@ public Properties update( File file, Map<String, String> 
updates )
             }
             else
             {
-                throw new IllegalStateException( "Could not acquire shared 
lock for: " + file );
+                throw new IllegalStateException( "Could not acquire exclusive 
lock for: " + file );

Review comment:
       This would be 'write' like the reset of the exceptions.




-- 
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.

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


Reply via email to