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 75bccc5a08 ISIS-3167: adoc fix on prev. commit
75bccc5a08 is described below

commit 75bccc5a080dd9b3cbb7be2fc2e823bf5eea01c7
Author: Andi Huber <[email protected]>
AuthorDate: Sun Aug 28 19:51:49 2022 +0200

    ISIS-3167: adoc fix on prev. commit
---
 .../src/main/adoc/modules/metamodel/pages/class-diagram.adoc   | 10 +++++++---
 1 file changed, 7 insertions(+), 3 deletions(-)

diff --git 
a/core/metamodel/src/main/adoc/modules/metamodel/pages/class-diagram.adoc 
b/core/metamodel/src/main/adoc/modules/metamodel/pages/class-diagram.adoc
index a691888c70..aa95dddfc1 100644
--- a/core/metamodel/src/main/adoc/modules/metamodel/pages/class-diagram.adoc
+++ b/core/metamodel/src/main/adoc/modules/metamodel/pages/class-diagram.adoc
@@ -59,10 +59,11 @@ package metamodel {
 }
 
 package runtime {
-    class Managed\nObject<<ppt>> {
+    class ManagedObject<<ppt>> {
         +getSpecification()
+        +getPojo()
     }
-    class Oid<<value>> {
+    class Bookmark<<value>> {
 
     }
 }
@@ -97,7 +98,10 @@ where in the `metamodel` package:
 `LogicalType`:: is a value object equivalent to the `@Named#value` attribute
 `OneToOneAssociation`:: represents a scalar property
 `OneToManyAssociation`:: represents a collection
-`ObjectAction`:: represents an action (with multiple parameters, either scalar 
or list) and in the `runtime` package:
+`ObjectAction`:: represents an action (with multiple parameters, either scalar 
or list)
+
+and in the `runtime` package:
+
 `Bookmark`:: is equivalent to a tuple of `LogicalType` and an _Identifier_, 
appears in URLs in the Wicket and Restful Objects viewers
 
 `ManagedObject`:: is equivalent to `java.lang.Object`

Reply via email to