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/04/08 19:14:10 UTC

[isis] branch master updated: ISIS-2602: minor java-doc correction

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 13d899e  ISIS-2602: minor java-doc correction
13d899e is described below

commit 13d899e6854863a69983e4bd2cb0900bfca97870
Author: ahuber@apache.org <ah...@luna>
AuthorDate: Thu Apr 8 21:14:00 2021 +0200

    ISIS-2602: minor java-doc correction
---
 .../src/main/java/org/apache/isis/applib/annotation/PropertyLayout.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/api/applib/src/main/java/org/apache/isis/applib/annotation/PropertyLayout.java b/api/applib/src/main/java/org/apache/isis/applib/annotation/PropertyLayout.java
index 84bac19..7e62918 100644
--- a/api/applib/src/main/java/org/apache/isis/applib/annotation/PropertyLayout.java
+++ b/api/applib/src/main/java/org/apache/isis/applib/annotation/PropertyLayout.java
@@ -100,7 +100,7 @@ public @interface PropertyLayout {
      * While if no <b>id</b> is provided an <b>id</b> is inferred from the (friendly) <b>name</b>, in which 
      * case the (friendly) <b>name</b> must not be empty.
      * Whereas if no (friendly) <b>name</b> is provided a (friendly) <b>name</b> is inferred from the 
-     * (<b>id</b>. 
+     * <b>id</b>, in which case the <b>id</b> must not be empty.
      * </p><p>
      * With {@code @PropertyLayout(sequence=...)} the relative position within that <i>FieldSet</i> can be 
      * specified.