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_r320686595
 
 

 ##########
 File path: maven-core/src/main/java/org/apache/maven/project/MavenProject.java
 ##########
 @@ -22,15 +22,7 @@
 import java.io.File;
 import java.io.IOException;
 import java.io.Writer;
-import java.util.ArrayList;
-import java.util.Collections;
-import java.util.HashMap;
-import java.util.LinkedHashMap;
-import java.util.LinkedHashSet;
-import java.util.List;
-import java.util.Map;
-import java.util.Properties;
-import java.util.Set;
+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:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to