Merge pull request #7193 from eugenp/BAEL-3022-Move

BAEL-3022: Renamed package to com.baeldung.convert.iteratortolist
This commit is contained in:
Eric Martin
2019-06-25 22:13:12 -05:00
committed by GitHub

View File

@@ -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;