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
commit d0090d1f7e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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;