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

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


The following commit(s) were added to refs/heads/CAUSEWAY-2485 by this push:
     new cd7d34a462 CAUSEWAY-2485: updates descriptoins is all
cd7d34a462 is described below

commit cd7d34a46227906002df9f1b011eeab4760d93f4
Author: danhaywood <[email protected]>
AuthorDate: Thu Apr 27 07:14:54 2023 +0100

    CAUSEWAY-2485: updates descriptoins is all
---
 .../domain/actions/Action/typeOf/ActionTypeOfPage-description.adoc  | 6 ------
 .../Collection/typeOf/CollectionTypeOfPage-description.adoc         | 2 --
 .../xxxDomainEvent/DomainObjectXxxDomainEventPage-description.adoc  | 2 +-
 3 files changed, 1 insertion(+), 9 deletions(-)

diff --git 
a/examples/demo/domain/src/main/java/demoapp/dom/domain/actions/Action/typeOf/ActionTypeOfPage-description.adoc
 
b/examples/demo/domain/src/main/java/demoapp/dom/domain/actions/Action/typeOf/ActionTypeOfPage-description.adoc
index 1b426bbbe4..ad62ac6a61 100644
--- 
a/examples/demo/domain/src/main/java/demoapp/dom/domain/actions/Action/typeOf/ActionTypeOfPage-description.adoc
+++ 
b/examples/demo/domain/src/main/java/demoapp/dom/domain/actions/Action/typeOf/ActionTypeOfPage-description.adoc
@@ -1,7 +1,5 @@
 :Notice: Licensed to the Apache Software Foundation (ASF) under one or more 
contributor license agreements. See the NOTICE file distributed with this work 
for additional information regarding copyright ownership. The ASF licenses this 
file to you under the Apache License, Version 2.0 (the "License"); you may not 
use this file except in compliance with the License. You may obtain a copy of 
the License at. http://www.apache.org/licenses/LICENSE-2.0 . Unless required by 
applicable law or ag [...]
 
-CAUTION: this feature is currently broken; see 
link:https://issues.apache.org/jira/browse/CAUSEWAY-3423[CAUSEWAY-3423].
-
 We use the term "standalone collection" for a list or a set that is returned 
from an action.
 Such collection are usually parameterized, for example, returning 
`List<Customer>` or `List<Order>`.
 The framework uses the generic parameter to ensure that the list is rendered 
appropriately for that element type.
@@ -50,7 +48,3 @@ 
include::ActionTypeOfPage.java[tags=action-returning-raw-list-but-annotated]
 <.> action defines a raw list
 +
 The standalone list returned by this object should show the full details of 
the child object.
-+
-CAUTION: this feature is currently broken - try entering 'M' and only the 
icons are shown.  Tracked with 
link:https://issues.apache.org/jira/browse/CAUSEWAY-3423[CAUSEWAY-3423].
-
-
diff --git 
a/examples/demo/domain/src/main/java/demoapp/dom/domain/collections/Collection/typeOf/CollectionTypeOfPage-description.adoc
 
b/examples/demo/domain/src/main/java/demoapp/dom/domain/collections/Collection/typeOf/CollectionTypeOfPage-description.adoc
index b1066d3e58..a211553101 100644
--- 
a/examples/demo/domain/src/main/java/demoapp/dom/domain/collections/Collection/typeOf/CollectionTypeOfPage-description.adoc
+++ 
b/examples/demo/domain/src/main/java/demoapp/dom/domain/collections/Collection/typeOf/CollectionTypeOfPage-description.adoc
@@ -1,7 +1,5 @@
 :Notice: Licensed to the Apache Software Foundation (ASF) under one or more 
contributor license agreements. See the NOTICE file distributed with this work 
for additional information regarding copyright ownership. The ASF licenses this 
file to you under the Apache License, Version 2.0 (the "License"); you may not 
use this file except in compliance with the License. You may obtain a copy of 
the License at. http://www.apache.org/licenses/LICENSE-2.0 . Unless required by 
applicable law or ag [...]
 
-The `typeOf` attribute ...
-
 We use the term "parented collection" for a collection of objects that is 
"owned" by another object, for example the collection of ``OrderItem``s held by 
an `Order`.
 Such collections when declared are usually parameterized, for example 
`Set<OrderItem>`.
 The framework uses the generic parameter to ensure that the collection is 
rendered appropriately for that element type.
diff --git 
a/examples/demo/domain/src/main/java/demoapp/dom/domain/objects/DomainObject/xxxDomainEvent/DomainObjectXxxDomainEventPage-description.adoc
 
b/examples/demo/domain/src/main/java/demoapp/dom/domain/objects/DomainObject/xxxDomainEvent/DomainObjectXxxDomainEventPage-description.adoc
index dd8de43899..184b07cbc2 100644
--- 
a/examples/demo/domain/src/main/java/demoapp/dom/domain/objects/DomainObject/xxxDomainEvent/DomainObjectXxxDomainEventPage-description.adoc
+++ 
b/examples/demo/domain/src/main/java/demoapp/dom/domain/objects/DomainObject/xxxDomainEvent/DomainObjectXxxDomainEventPage-description.adoc
@@ -34,7 +34,7 @@ include::DomainObjectXxxDomainEventPage.java[tags=class]
 <.> the property domain event class to emit (if not annotated at the member 
level)
 <.> the collection domain event class to emit (if not annotated at the member 
level)
 <.> marker interface.
-All the domain event classes implement this interface, and the subscriber (see 
below) subscribes on this type
+All the domain event classes implement this interface, and the subscriber (see 
below) subscribes on this type.
 <.> the property can be edited directly
 <.> the property can also be edited by this action.
 The property can also be edited via a mixin action (see next)

Reply via email to