cstamas commented on code in PR #1902:
URL: https://github.com/apache/maven-resolver/pull/1902#discussion_r3373212718
##########
maven-resolver-util/src/main/java/org/eclipse/aether/util/repository/ChainedWorkspaceReader.java:
##########
@@ -38,7 +38,7 @@ public final class ChainedWorkspaceReader implements
WorkspaceReader {
private final List<WorkspaceReader> readers = new ArrayList<>();
- private WorkspaceRepository repository;
+ private volatile WorkspaceRepository repository;
Review Comment:
Isn't this rather `final`?
--
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]