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 eb6c4c008b
commit cd35af5781
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.junit.Assert.assertThat;

View File

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