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 2021/03/02 07:17:18 UTC

[isis] 10/11: ISIS-2553: improve some java-doc

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 a2aae4a8cd993a3d00f29b5e7a2642469f799570
Author: Andi Huber <ah...@apache.org>
AuthorDate: Tue Mar 2 07:32:42 2021 +0100

    ISIS-2553: improve some java-doc
---
 api/applib/src/main/java/org/apache/isis/applib/id/LogicalType.java | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/api/applib/src/main/java/org/apache/isis/applib/id/LogicalType.java b/api/applib/src/main/java/org/apache/isis/applib/id/LogicalType.java
index 7b73426..d8d9bde 100644
--- a/api/applib/src/main/java/org/apache/isis/applib/id/LogicalType.java
+++ b/api/applib/src/main/java/org/apache/isis/applib/id/LogicalType.java
@@ -41,8 +41,10 @@ import lombok.val;
  * <p>
  * Equality is driven by the corresponding class exclusively, meaning the logical name is ignored 
  * in order to not cause any side-effects on logical name memoization eg. it happening too early.
- * Meta-model validators will take care, that there is no logical name ambiguity, that is, 
- * there can no LogicalTypes sharing the same corresponding class but having different logical names. 
+ * <p>
+ * Meta-model validators will take care, that there is no logical name ambiguity: 
+ * There cannot be any LogicalTypes sharing the same corresponding class while having different 
+ * logical names. 
  * 
  * @apiNote thread-safe and serializable
  * @since 2.0 {@index}