[SPR-5798] fixed typos
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@1622 50f2f4bb-b051-0410-bef5-90022cba6387
This commit is contained in:
parent
919e984995
commit
8c4639e3a3
|
|
@ -69,7 +69,7 @@
|
||||||
<title>Note:</title>
|
<title>Note:</title>
|
||||||
|
|
||||||
<para>This document is not yet available as of Spring 3.0 RC1. It will
|
<para>This document is not yet available as of Spring 3.0 RC1. It will
|
||||||
be avaialabe for the Spring 3.0 final release.</para>
|
be available for the Spring 3.0 final release.</para>
|
||||||
</sidebar>
|
</sidebar>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
|
|
@ -217,7 +217,7 @@
|
||||||
<para>BeanFactory interface returns typed bean instances as far as
|
<para>BeanFactory interface returns typed bean instances as far as
|
||||||
possible: <itemizedlist>
|
possible: <itemizedlist>
|
||||||
<listitem>
|
<listitem>
|
||||||
<para>T getBean(Stringname, Class<T> requiredType)</para>
|
<para>T getBean(String name, Class<T> requiredType)</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
|
|
||||||
<listitem>
|
<listitem>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue