Merge branch '5.1.x'

This commit is contained in:
Stephane Nicoll 2019-03-04 09:42:10 +01:00
commit 45b6c0fcb5
1 changed files with 1 additions and 1 deletions

View File

@ -8003,7 +8003,7 @@ context parameters. It can optionally enable a {api-spring-framework}/jndi/JndiP
See the javadoc for details.
Concretely, when you use the `StandardEnvironment`, the call to `env.containsProperty("my-property")`
returns true if a `my-property` system property or `my-propertyi` environment variable is present at
returns true if a `my-property` system property or `my-property` environment variable is present at
runtime.
[TIP]