Browse Source

[SPR-5798] fixed typos

pull/23217/head
Sam Brannen 17 years ago
parent
commit
755b514468
  1. 4
      spring-framework-reference/src/new-in-3.xml

4
spring-framework-reference/src/new-in-3.xml

@ -69,7 +69,7 @@ @@ -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 @@ @@ -217,7 +217,7 @@
<para>BeanFactory interface returns typed bean instances as far as
possible: <itemizedlist>
<listitem>
<para>T getBean(Stringname, Class&lt;T&gt; requiredType)</para>
<para>T getBean(String name, Class&lt;T&gt; requiredType)</para>
</listitem>
<listitem>

Loading…
Cancel
Save