BAEL-20927: Migrate core-java-collections-array-list to com.baeldung package

This commit is contained in:
Krzysztof Woyke 2020-01-16 13:30:52 +01:00
parent b39fcd4b66
commit ef143fdae2
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
package org.baeldung.java.collections;
package com.baeldung.collections;
import com.google.common.collect.Sets;
import org.junit.Before;

View File

@ -1,4 +1,4 @@
package org.baeldung.java.collections;
package com.baeldung.collections;
import com.google.common.collect.ImmutableList;
import org.apache.commons.collections4.ListUtils;