BAEL-16838 Slice 5 | The top 100 articles should have their own package in the module (#7632)

- Moved snippets in correct packages
This commit is contained in:
Dhawal Kapil
2019-08-25 04:28:47 +05:30
committed by Josh Cummings
parent 64f32d82eb
commit d05905664f
11 changed files with 30 additions and 11 deletions

View File

@@ -1,4 +1,4 @@
package org.baeldung.guava;
package org.baeldung.guava.maps.initialize;
import static org.hamcrest.core.IsEqual.equalTo;
import static org.junit.Assert.*;