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_r320686557
 
 

 ##########
 File path: 
maven-core/src/main/java/org/apache/maven/plugin/DefaultPluginDescriptorCache.java
 ##########
 @@ -19,10 +19,7 @@
  * under the License.
  */
 
-import java.util.ArrayList;
-import java.util.HashMap;
-import java.util.List;
-import java.util.Map;
+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:
[email protected]


With regards,
Apache Git Services

Reply via email to