Review recent documentation and default servlet changes

- Relocate and fix typos in interface-based @RequestMapping tip (SPR-7537)
- Fix typos in constructor-arg 'name' disambiguation section (SPR-7443)
- Polish whitespace in DefaultServletHttpRequestHandler (SPR-7553)
This commit is contained in:
Chris Beams
2010-09-15 08:45:21 +00:00
parent c1d2c36f32
commit 562747ef41
3 changed files with 26 additions and 19 deletions

View File

@@ -171,8 +171,8 @@ public class ExampleBean {
&lt;/bean&gt;</programlisting>
<para>Keep in mind that to make this work out of the box your code
has to be compiled with the debug flag enabled so that Spring can
lookup the parameter name from the constructor. If you can't compile
must be compiled with the debug flag enabled so that Spring can
look up the parameter name from the constructor. If you can't compile
your code with debug flag (or don't want to) you can use
<interfacename><ulink
url="http://download.oracle.com/javase/6/docs/api/java/beans/ConstructorProperties.html">@ConstructorProperties</ulink></interfacename>