slachiewicz commented on a change in pull request #34: [MRESOLVER-88] Use Java 
7 features and style fixes
URL: https://github.com/apache/maven-resolver/pull/34#discussion_r283085570
 
 

 ##########
 File path: 
maven-resolver-impl/src/main/java/org/eclipse/aether/internal/impl/collect/DataPool.java
 ##########
 @@ -434,11 +435,6 @@ public int hashCode()
             return hashCode;
         }
 
-        private static <T> boolean eq( T o1, T o2 )
-        {
-            return ( o1 != null ) ? o1.equals( o2 ) : o2 == null;
-        }
-
         private static int hash( Object o )
 
 Review comment:
   ok.

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


With regards,
Apache Git Services

Reply via email to