Fix formatting

Closes gh-1206
This commit is contained in:
Stephane Nicoll
2016-10-15 11:55:07 +03:00
parent ae5b0c6fb5
commit fc8bad36c9
4 changed files with 9 additions and 7 deletions

View File

@@ -40,8 +40,8 @@ import org.springframework.beans.BeansException;
* {@code BeanFactory} from which it gets the real object, to which it
* delegates, then proper Dependency Injection has been achieved.
*
* <p>As another example, in a complex Java EE app with multiple layers, with each
* layer having its own {@code ApplicationContext} definition (in a
* <p>As another example, in a complex Java EE app with multiple layers, with
* each layer having its own {@code ApplicationContext} definition (in a
* hierarchy), a class like {@code SingletonBeanFactoryLocator} may be used
* to demand load these contexts.
*