Merge pull request #960 from logicg8/master

* pr/960:
  Polish doc
This commit is contained in:
Stephane Nicoll 2016-02-17 13:12:23 +01:00
commit 7dac2e3256
1 changed files with 2 additions and 3 deletions

View File

@ -2561,7 +2561,7 @@ The Spring container creates a new instance of the `AppPreferences` bean by usin
`appPreferences` bean is scoped at the `ServletContext` level, stored as a regular
`ServletContext` attribute. This is somewhat similar to a Spring singleton bean but
differs in two important ways: It is a singleton per `ServletContext`, not per Spring
'ApplicationContext' (or which there may be several in any given web application),
'ApplicationContext' (for which there may be several in any given web application),
and it is actually exposed and therefore visible as a `ServletContext` attribute.
@ -8525,4 +8525,3 @@ utility class
locator that is described in this
https://spring.io/blog/2007/06/11/using-a-shared-parent-application-context-in-a-multi-war-spring-application/[Spring
team blog entry].