BAEL-17391 Slice 13 | The top 100 articles should have their own package in the module (#7723)

- Moved folders to respective packages
This commit is contained in:
Dhawal Kapil
2019-09-05 21:31:32 +05:30
committed by Josh Cummings
parent b04f8dad95
commit 434bfc980e
5 changed files with 8 additions and 8 deletions

View File

@@ -1,4 +1,4 @@
package com.baeldung.java8;
package com.baeldung.java_8_features.groupingby;
import com.baeldung.java_8_features.groupingby.BlogPost;
import com.baeldung.java_8_features.groupingby.BlogPostType;