BAEL-17450 Slice 20 | The top 100 articles should have their own package in the module (#7757)

This commit is contained in:
Dhawal Kapil 2019-09-10 17:13:16 +05:30 committed by Josh Cummings
parent 4cfb4b8d25
commit fe94b62375
4 changed files with 6 additions and 4 deletions

View File

@ -1,4 +1,4 @@
package org.baeldung.web;
package org.baeldung.errorhandling;
import java.util.Arrays;
import java.util.List;

View File

@ -1,4 +1,4 @@
package org.baeldung.web;
package org.baeldung.errorhandling;
import java.util.ArrayList;
import java.util.List;

View File

@ -1,8 +1,10 @@
package org.baeldung.web;
package org.baeldung.errorhandling;
import static org.junit.Assert.assertEquals;
import static org.junit.Assert.assertTrue;
import org.baeldung.errorhandling.ApiError;
import org.baeldung.web.TestConfig;
import org.junit.Test;
import org.junit.runner.RunWith;
import org.springframework.http.HttpStatus;

View File

@ -1,4 +1,4 @@
package org.baeldung.mockito;
package org.baeldung.mockito.spy;
import static org.junit.Assert.assertEquals;