This is an automated email from the ASF dual-hosted git repository.
danhaywood pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/causeway.git
The following commit(s) were added to refs/heads/main by this push:
new 3d87ff2b5c7 tiny doc fix
3d87ff2b5c7 is described below
commit 3d87ff2b5c7280a51f7559f219654f41f2f564e1
Author: Dan Haywood <[email protected]>
AuthorDate: Fri Jul 11 17:53:38 2025 +0100
tiny doc fix
---
persistence/jpa/adoc/modules/ROOT/pages/weaving.adoc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/persistence/jpa/adoc/modules/ROOT/pages/weaving.adoc
b/persistence/jpa/adoc/modules/ROOT/pages/weaving.adoc
index e200ff1339d..fd476e7315d 100644
--- a/persistence/jpa/adoc/modules/ROOT/pages/weaving.adoc
+++ b/persistence/jpa/adoc/modules/ROOT/pages/weaving.adoc
@@ -69,7 +69,7 @@ The workaround is to use xref:#compiletime[static] weaving
instead.
The xref:docs:starters:simpleapp.adoc[SimpleApp] and
xref:docs:starters:helloworld.adoc[HelloWorld] starter apps demonstrate the
dynamic agent approach.
To enable runtime weaving, set
xref:refguide:config:sections/eclipselink.adoc#eclipselink.weaving[eclipselink.weaving]:
-+
+
[source,properties]
.application.properties
----