Skip to content

Commit e2b8a78

Browse files
nkjackzhangsnicoll
authored andcommitted
Polish doc
Closes gh-1110
1 parent ff738e7 commit e2b8a78

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/asciidoc/core-beans.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6670,7 +6670,7 @@ where the magic comes in: All `@Configuration` classes are subclassed at startup
66706670
with `CGLIB`. In the subclass, the child method checks the container first for any
66716671
cached (scoped) beans before it calls the parent method and creates a new instance. Note
66726672
that as of Spring 3.2, it is no longer necessary to add CGLIB to your classpath because
6673-
CGLIB classes have been repackaged under org.springframework and included directly
6673+
CGLIB classes have been repackaged under `org.springframework.cglib` and included directly
66746674
within the spring-core JAR.
66756675

66766676
[NOTE]

0 commit comments

Comments
 (0)