Replace 'via' with 'over' or 'through' in the documentation
Closes gh-33878
This commit is contained in:
@@ -17,7 +17,7 @@
|
||||
package org.springframework.boot.test.autoconfigure.json.app;
|
||||
|
||||
/**
|
||||
* Example object to read/write as JSON via {@link ExampleJsonComponent}.
|
||||
* Example object to read/write as JSON through {@link ExampleJsonComponent}.
|
||||
*
|
||||
* @author Phillip Webb
|
||||
*/
|
||||
|
||||
@@ -30,7 +30,7 @@ import org.springframework.test.context.web.WebAppConfiguration;
|
||||
import static org.assertj.core.api.Assertions.assertThat;
|
||||
|
||||
/**
|
||||
* Tests for {@link WebMvcTest @WebMvcTest} when loading resources via the
|
||||
* Tests for {@link WebMvcTest @WebMvcTest} when loading resources through the
|
||||
* {@link ServletContext} with {@link WebAppConfiguration @WebAppConfiguration}.
|
||||
*
|
||||
* @author Lorenzo Dee
|
||||
|
||||
Reference in New Issue
Block a user