This is an automated email from the ASF dual-hosted git repository.
ahuber pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/isis.git
The following commit(s) were added to refs/heads/master by this push:
new 866057af28 ISIS-3222: typo in projection example (docs)
866057af28 is described below
commit 866057af284b6ad92e0eca8f08a361dbc94ddb5c
Author: Andi Huber <[email protected]>
AuthorDate: Thu Nov 17 13:52:21 2022 +0100
ISIS-3222: typo in projection example (docs)
---
.../applib/pages/index/annotation/hooks/Property_025-projecting.adoc | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git
a/antora/components/refguide-index/modules/applib/pages/index/annotation/hooks/Property_025-projecting.adoc
b/antora/components/refguide-index/modules/applib/pages/index/annotation/hooks/Property_025-projecting.adoc
index e648fb8c68..a882604f89 100644
---
a/antora/components/refguide-index/modules/applib/pages/index/annotation/hooks/Property_025-projecting.adoc
+++
b/antora/components/refguide-index/modules/applib/pages/index/annotation/hooks/Property_025-projecting.adoc
@@ -19,9 +19,9 @@ For example:
public InvoiceSummary {
@Property(
- projecting = Projecting.PROJECTED // <.>
+ projecting = Projecting.PROJECTED, // <.>
hidden = Where.EVERYWHERE // <.>
- }
+ )
@Getter @Setter
private Invoice invoice;