Merge branch '2.7.x'

Closes gh-33880
This commit is contained in:
Moritz Halbritter
2023-01-18 17:35:52 +01:00
92 changed files with 138 additions and 127 deletions

View File

@@ -40,8 +40,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