BAEL-17361 Slice 11 | The top 100 articles should have their own package in the module (#7683)

This commit is contained in:
Dhawal Kapil
2019-09-05 20:20:14 +05:30
committed by Josh Cummings
parent 8c11eeb20e
commit b04f8dad95
5 changed files with 8 additions and 6 deletions

View File

@@ -1,4 +1,4 @@
package com.baeldung.java8;
package com.baeldung.java8.streams;
import org.junit.Test;

View File

@@ -1,4 +1,4 @@
package com.baeldung.java8;
package com.baeldung.java8.streams;
import com.baeldung.stream.Product;
import org.junit.Before;