BAEL-17393 Slice 14 | The top 100 articles should have their own package in the module (#7729)

-Moved code snippets to proper packages
This commit is contained in:
Dhawal Kapil 2019-09-09 19:01:22 +05:30 committed by Josh Cummings
parent 284448b8c9
commit 2f5dcfaa65
5 changed files with 5 additions and 5 deletions

View File

@ -1,4 +1,4 @@
package com.baeldung.jackson.test;
package com.baeldung.jackson.exception.test;
import static org.hamcrest.Matchers.containsString;
import static org.junit.Assert.assertEquals;

View File

@ -1,4 +1,4 @@
package com.baeldung.connectionpool;
package com.baeldung.hikari;
import org.springframework.boot.SpringApplication;
import org.springframework.boot.autoconfigure.SpringBootApplication;

View File

@ -1,4 +1,4 @@
package com.baeldung.connectionpool;
package com.baeldung.hikari;
import static org.junit.Assert.*;

View File

@ -1,4 +1,4 @@
package com.baeldung.connectionpool;
package com.baeldung.hikari;
import org.springframework.boot.SpringApplication;
import org.springframework.boot.autoconfigure.SpringBootApplication;

View File

@ -1,4 +1,4 @@
package com.baeldung.connectionpool;
package com.baeldung.hikari;
import static org.junit.Assert.*;