BAEL-17438 Slice 17 | The top 100 articles should have their own package in the module (#7748)

This commit is contained in:
Dhawal Kapil
2019-09-09 18:50:01 +05:30
committed by Josh Cummings
parent ba001ed4a2
commit 284448b8c9
3 changed files with 4 additions and 3 deletions
@@ -1,10 +1,11 @@
package org.baeldung.resttemplate;
package org.baeldung.resttemplate.postjson;
import static org.junit.Assert.assertNotNull;
import java.io.IOException;
import java.net.URI;
import org.baeldung.resttemplate.RestTemplateConfigurationApplication;
import org.baeldung.resttemplate.web.dto.Person;
import org.json.JSONException;
import org.json.JSONObject;