Polish the migration guide

- Added missing <para> tags to the JDiff reports section.

 - Converted tabs to spaces.
This commit is contained in:
Sam Brannen 2012-12-13 01:14:08 +01:00
parent 2775862c50
commit 59a8da3eff
1 changed files with 4 additions and 2 deletions

View File

@ -148,6 +148,7 @@
<section xml:id="migration-3.2-api-changes"> <section xml:id="migration-3.2-api-changes">
<title>JDiff reports</title> <title>JDiff reports</title>
<para>
Select JDiff reports are now being published to provide users with a convenient Select JDiff reports are now being published to provide users with a convenient
means of understanding what's changed between versions. Going forward these will be means of understanding what's changed between versions. Going forward these will be
published between each minor version, e.g. from 3.1.3.RELEASE to 3.1.4.RELEASE; from published between each minor version, e.g. from 3.1.3.RELEASE to 3.1.4.RELEASE; from
@ -157,6 +158,7 @@
and/or RC for users who are tracking next-generation development, e.g. and/or RC for users who are tracking next-generation development, e.g.
<link xl:href="http://static.springsource.org/spring-framework/docs/3.2.0.RC2_to_3.2.0.RELEASE"> <link xl:href="http://static.springsource.org/spring-framework/docs/3.2.0.RC2_to_3.2.0.RELEASE">
3.2.0.RC2 to 3.2.0.RELEASE</link>. 3.2.0.RC2 to 3.2.0.RELEASE</link>.
</para>
</section> </section>
<section xml:id="migration-3.2-removals-and-deprecations"> <section xml:id="migration-3.2-removals-and-deprecations">
@ -292,8 +294,8 @@
<para> <para>
<link xl:href="http://static.springsource.org/spring-framework/docs/current/javadoc-api/org/springframework/test/context/testng/AbstractTransactionalTestNGSpringContextTests.html"> <link xl:href="http://static.springsource.org/spring-framework/docs/current/javadoc-api/org/springframework/test/context/testng/AbstractTransactionalTestNGSpringContextTests.html">
org.springframework.test.context.testng.AbstractTransactionalTestNGSpringContextTests</link>: org.springframework.test.context.testng.AbstractTransactionalTestNGSpringContextTests</link>:
use of the <varname>simpleJdbcTemplate</varname> instance variable has been deprecated use of the <varname>simpleJdbcTemplate</varname> instance variable has been deprecated
in favor of the new <varname>jdbcTemplate</varname> instance variable.</para> in favor of the new <varname>jdbcTemplate</varname> instance variable.</para>
</listitem> </listitem>
<listitem> <listitem>
<para> <para>