You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@isis.apache.org by ah...@apache.org on 2022/05/02 17:34:08 UTC

[isis] 01/02: ISIS-2902: java-doc fix

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

commit e0680261330234d3b393861e509dfdd6a3d5cad9
Author: andi-huber <ah...@apache.org>
AuthorDate: Mon May 2 19:26:16 2022 +0200

    ISIS-2902: java-doc fix
---
 api/applib/src/main/java/org/apache/isis/applib/Identifier.java | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/api/applib/src/main/java/org/apache/isis/applib/Identifier.java b/api/applib/src/main/java/org/apache/isis/applib/Identifier.java
index 80a7a1f1fe..dea20e8406 100644
--- a/api/applib/src/main/java/org/apache/isis/applib/Identifier.java
+++ b/api/applib/src/main/java/org/apache/isis/applib/Identifier.java
@@ -72,11 +72,11 @@ implements
          */
         ACTION_PARAMETER,
         /**
-         * <i>One to One Association (Property)</i> (of any cardinality), either declared or mixed in.
+         * <i>One to One Association (Property)</i> either declared or mixed in.
          */
         PROPERTY,
         /**
-         * <i>One to Many Association (Collection)</i> (of any cardinality), either declared or mixed in.
+         * <i>One to Many Association (Collection)</i> either declared or mixed in.
          */
         COLLECTION
         ;