rfscholte commented on a change in pull request #391:
URL: https://github.com/apache/maven/pull/391#discussion_r546808802



##########
File path: 
maven-core/src/main/java/org/apache/maven/project/ReactorModelCache.java
##########
@@ -113,7 +107,48 @@ public int hashCode()
         {
             return hashCode;
         }
+    }
+    
+    private static final class GACacheKey
+    {
+        private final String groupId;
+        
+        private final String artifactId;
+        
+        private final int hashCode;
 
+        GACacheKey( String groupId, String artifactId )
+        {
+            super();

Review comment:
       yes, it is there already implicitly, but I'll remove it.




----------------------------------------------------------------
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:
us...@infra.apache.org


Reply via email to