Skip to content

Commit 216e4ee

Browse files
committed
General doc revision: configuration updates, consistent formatting etc
1 parent 3eb1042 commit 216e4ee

35 files changed

+1552
-1627
lines changed

src/docs/asciidoc/core.adoc

+8-8
Original file line numberDiff line numberDiff line change
@@ -10,16 +10,16 @@
1010
This part of the reference documentation covers all the technologies that are
1111
absolutely integral to the Spring Framework.
1212

13-
Foremost amongst these is the Spring Framework's Inversion of Control (IoC) container. A
14-
thorough treatment of the Spring Framework's IoC container is closely followed by
15-
comprehensive coverage of Spring's Aspect-Oriented Programming (AOP) technologies. The
16-
Spring Framework has its own AOP framework, which is conceptually easy to understand
17-
and which successfully addresses the 80% sweet spot of AOP requirements in Java
18-
enterprise programming.
13+
Foremost amongst these is the Spring Framework's Inversion of Control (IoC) container.
14+
A thorough treatment of the Spring Framework's IoC container is closely followed by
15+
comprehensive coverage of Spring's Aspect-Oriented Programming (AOP) technologies.
16+
The Spring Framework has its own AOP framework, which is conceptually easy to
17+
understand and which successfully addresses the 80% sweet spot of AOP requirements
18+
in Java enterprise programming.
1919

2020
Coverage of Spring's integration with AspectJ (currently the richest -- in terms of
21-
features -- and certainly most mature AOP implementation in the Java enterprise space) is
22-
also provided.
21+
features -- and certainly most mature AOP implementation in the Java enterprise space)
22+
is also provided.
2323

2424
include::core/core-beans.adoc[leveloffset=+1]
2525

0 commit comments

Comments
 (0)