Replace 'via' with 'over' or 'through' in the documentation
Closes gh-33878
This commit is contained in:
@@ -41,8 +41,8 @@ import org.springframework.util.Assert;
|
||||
import org.springframework.util.StreamUtils;
|
||||
|
||||
/**
|
||||
* Utility to invoke the command line in the same way as a user would, i.e. via the shell
|
||||
* script in the package's bin directory.
|
||||
* Utility to invoke the command line in the same way as a user would, i.e. through the
|
||||
* shell script in the package's bin directory.
|
||||
*
|
||||
* @author Andy Wilkinson
|
||||
* @author Phillip Webb
|
||||
|
||||
@@ -35,8 +35,8 @@ import org.springframework.core.annotation.Order;
|
||||
/**
|
||||
* {@link ASTTransformation} to resolve beans declarations inside application source
|
||||
* files. Users only need to define a <code>beans{}</code> DSL element, and this
|
||||
* transformation will remove it and make it accessible to the Spring application via an
|
||||
* interface.
|
||||
* transformation will remove it and make it accessible to the Spring application through
|
||||
* an interface.
|
||||
*
|
||||
* @author Dave Syer
|
||||
* @since 1.0.0
|
||||
|
||||
@@ -26,7 +26,7 @@ public enum GroovyCompilerScope {
|
||||
|
||||
/**
|
||||
* Default scope, exposes groovy.jar (loaded from the parent) and the shared cli
|
||||
* package (loaded via groovy classloader).
|
||||
* package (loaded through groovy classloader).
|
||||
*/
|
||||
DEFAULT,
|
||||
|
||||
|
||||
Reference in New Issue
Block a user