[SPR-5798] fixed typos
This commit is contained in:
parent
16b06306e0
commit
755b514468
|
|
@ -69,7 +69,7 @@
|
|||
<title>Note:</title>
|
||||
|
||||
<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>
|
||||
</section>
|
||||
|
||||
|
|
@ -217,7 +217,7 @@
|
|||
<para>BeanFactory interface returns typed bean instances as far as
|
||||
possible: <itemizedlist>
|
||||
<listitem>
|
||||
<para>T getBean(Stringname, Class<T> requiredType)</para>
|
||||
<para>T getBean(String name, Class<T> requiredType)</para>
|
||||
</listitem>
|
||||
|
||||
<listitem>
|
||||
|
|
|
|||
Loading…
Reference in New Issue