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

This commit is contained in:
Krzysztof Woyke 2020-01-16 13:35:13 +01:00
parent ef143fdae2
commit 6386b55db3
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 static org.hamcrest.Matchers.hasSize; import static org.hamcrest.Matchers.hasSize;
import static org.junit.Assert.assertThat; import static org.junit.Assert.assertThat;

View File

@ -1,4 +1,4 @@
package org.baeldung; package com.baeldung.list.random;
import com.google.common.collect.Lists; import com.google.common.collect.Lists;
import org.junit.Test; import org.junit.Test;