COLLECTIONS-681: expand imports

This commit is contained in:
Bruno P. Kinoshita 2018-06-10 11:35:20 +12:00
parent 13467cbc7f
commit e63c536193
1 changed files with 3 additions and 1 deletions

View File

@ -16,9 +16,11 @@
*/
package org.apache.commons.collections4;
import static org.junit.Assert.*;
import static org.junit.Assert.assertEquals;
import static org.junit.Assert.fail;
import java.util.Arrays;
import org.apache.commons.collections4.multiset.HashMultiSet;
import org.junit.Before;
import org.junit.Test;