Skip to content

Commit 5ebdf11

Browse files
author
Thomas Risberg
committed
moved first para to chapter level and removed intro section
1 parent 150c0ad commit 5ebdf11

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

spring-framework-reference/src/classic-aop-spring.xml

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,17 +3,14 @@
33
"http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd">
44
<appendix id="classic-aop-spring">
55
<title>Classic Spring AOP Usage</title>
6-
<section id="classic-aop-classic-introduction">
7-
<para>In this chapter we discuss
6+
7+
<para>In this appendix we discuss
88
the lower-level Spring AOP APIs and the AOP support used in Spring 1.2 applications.
99
For new applications, we recommend the use of the Spring 2.0 AOP support
1010
described in the <link linkend="aop">AOP</link> chapter, but when working with existing applications,
1111
or when reading books and articles, you may come across Spring 1.2 style examples.
1212
Spring 2.0 is fully backwards compatible with Spring 1.2 and everything described
13-
in this chapter is fully supported in Spring 2.0.
14-
</para>
15-
16-
</section>
13+
in this appendix is fully supported in Spring 2.0.</para>
1714

1815
<section id="classic-aop-api-pointcuts">
1916
<title>Pointcut API in Spring</title>

0 commit comments

Comments
 (0)