Merge pull request #7193 from eugenp/BAEL-3022-Move
BAEL-3022: Renamed package to com.baeldung.convert.iteratortolist
This commit is contained in:
commit
d0090d1f7e
|
@ -1,4 +1,4 @@
|
|||
package com.baeldung.convertiteratortolist;
|
||||
package com.baeldung.convert.iteratortolist;
|
||||
|
||||
import static org.hamcrest.MatcherAssert.assertThat;
|
||||
import static org.hamcrest.collection.IsCollectionWithSize.hasSize;
|
Loading…
Reference in New Issue