This is an automated email from the ASF dual-hosted git repository.

danhaywood pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/causeway.git


The following commit(s) were added to refs/heads/master by this push:
     new d259a4204f CAUSEWAY-3705: further minor doc improvement
d259a4204f is described below

commit d259a4204fdf3569a534991248d7777fea6bf417
Author: Dan Haywood <[email protected]>
AuthorDate: Sun Jun 23 09:53:47 2024 +0100

    CAUSEWAY-3705: further minor doc improvement
---
 extensions/core/titlecache/adoc/modules/titlecache/pages/about.adoc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/extensions/core/titlecache/adoc/modules/titlecache/pages/about.adoc 
b/extensions/core/titlecache/adoc/modules/titlecache/pages/about.adoc
index 920eebc33d..6faeb82fad 100644
--- a/extensions/core/titlecache/adoc/modules/titlecache/pages/about.adoc
+++ b/extensions/core/titlecache/adoc/modules/titlecache/pages/about.adoc
@@ -75,7 +75,7 @@ public class AppManifest {
 
 == Usage
 
-For each entity class whose title is to be cached, create a subclass of 
xref:refguide:applib:index/events/ui/TitleUiEvent.adoc[] that also implements 
the xref:refguide:extensions:index/titlecache/applib/event/Cached.adoc[Cached] 
marker interface:
+For each entity class whose title is to be cached, create a subclass of 
xref:refguide:applib:index/events/ui/TitleUiEvent.adoc[] that also implements 
the xref:refguide:extensions:index/titlecache/applib/event/Cached.adoc[Cached] 
marker interface, and mark it as the event class fpr 
xref:refguide:applib:index/annotation/DomainObjectLayout.adoc#titleUiEvent[@DomainObjectLayout#titleUiEvent]:
 
 [source,java]
 ----

Reply via email to