BAEL-17450 Slice 20 | The top 100 articles should have their own package in the module (#7757)
This commit is contained in:
parent
4cfb4b8d25
commit
fe94b62375
@ -1,4 +1,4 @@
|
||||
package org.baeldung.web;
|
||||
package org.baeldung.errorhandling;
|
||||
|
||||
import java.util.Arrays;
|
||||
import java.util.List;
|
@ -1,4 +1,4 @@
|
||||
package org.baeldung.web;
|
||||
package org.baeldung.errorhandling;
|
||||
|
||||
import java.util.ArrayList;
|
||||
import java.util.List;
|
@ -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;
|
@ -1,4 +1,4 @@
|
||||
package org.baeldung.mockito;
|
||||
package org.baeldung.mockito.spy;
|
||||
|
||||
import static org.junit.Assert.assertEquals;
|
||||
|
Loading…
x
Reference in New Issue
Block a user