cstamas commented on a change in pull request #565:
URL: https://github.com/apache/maven/pull/565#discussion_r725090593
##########
File path: maven-core/src/main/java/org/apache/maven/execution/MavenSession.java
##########
@@ -75,7 +76,8 @@
private boolean parallel;
- private final Map<String, Map<String, Map<String, Object>>>
pluginContextsByProjectAndPluginKey =
+ @SuppressWarnings( "checkstyle:linelength" )
+ private final ConcurrentMap<String, ConcurrentMap<String,
ConcurrentMap<String, Object>>> pluginContextsByProjectAndPluginKey =
Review comment:
Added javadoc
--
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]