dota17 commented on a change in pull request #106: Add test cases for ArrayListValuedHashMapTest URL: https://github.com/apache/commons-collections/pull/106#discussion_r341796459
########## File path: src/test/java/org/apache/commons/collections4/multimap/ArrayListValuedHashMapTest.java ########## @@ -16,8 +16,7 @@ */ package org.apache.commons.collections4.multimap; -import java.util.List; -import java.util.ListIterator; +import java.util.*; Review comment: OKļ¼thank you, I will pay attention to similar problems ---------------------------------------------------------------- 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
