Skip to content

Commit ee47bc3

Browse files
wyhasanysbrannen
authored andcommitted
Fix typo in data access reference documentation
Closes gh-23450
1 parent 7538561 commit ee47bc3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/docs/asciidoc/data-access.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5737,7 +5737,7 @@ generic or customized to various platforms (such as Tomcat, JBoss and WebSphere)
57375737

57385738
As described in <<core.adoc#aop-aj-ltw-spring, Spring configuration>>, you can configure
57395739
a context-wide `LoadTimeWeaver` by using the `@EnableLoadTimeWeaving` annotation of the
5740-
`context:load-time-weaver` XML element. Such a global weaver is automatically picked u
5740+
`context:load-time-weaver` XML element. Such a global weaver is automatically picked up
57415741
by all JPA `LocalContainerEntityManagerFactoryBean` instances. The following example
57425742
shows the preferred way of setting up a load-time weaver, delivering auto-detection
57435743
of the platform (e.g. Tomcat's weaving-capable class loader or Spring's JVM agent)

0 commit comments

Comments
 (0)