BAEL-3022: Renamed package to com.baeldung.convert.iteratortolist

This commit is contained in:
eric-martin 2019-06-25 21:01:28 -05:00
parent 3afadfa5ad
commit 3ea52a86f9
1 changed files with 1 additions and 1 deletions

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;