You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by GitBox <gi...@apache.org> on 2019/09/04 10:29:58 UTC

[GitHub] [maven] olamy commented on a change in pull request #284: [refactor] use utility method of Objects to simplify code

olamy commented on a change in pull request #284: [refactor] use utility method of Objects to simplify code
URL: https://github.com/apache/maven/pull/284#discussion_r320686466
 
 

 ##########
 File path: maven-artifact/src/main/java/org/apache/maven/artifact/versioning/VersionRange.java
 ##########
 @@ -19,12 +19,7 @@
  * under the License.
  */
 
-import java.util.ArrayList;
-import java.util.Collections;
-import java.util.Iterator;
-import java.util.List;
-import java.util.Map;
-import java.util.WeakHashMap;
+import java.util.*;
 
 Review comment:
   we do not use star import

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


With regards,
Apache Git Services