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/01/03 09:16:08 UTC

[isis] branch master updated: ISIS-2882: 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 8bc5ea1  ISIS-2882: java-doc correction
8bc5ea1 is described below

commit 8bc5ea1c9c0577b31b8b3b60078ddbfd05dde612
Author: Andi Huber <ah...@apache.org>
AuthorDate: Mon Jan 3 10:16:00 2022 +0100

    ISIS-2882: java-doc correction
---
 .../facets/objectvalue/temporalformatstyle/TimeFormatStyleFacet.java    | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/core/metamodel/src/main/java/org/apache/isis/core/metamodel/facets/objectvalue/temporalformatstyle/TimeFormatStyleFacet.java b/core/metamodel/src/main/java/org/apache/isis/core/metamodel/facets/objectvalue/temporalformatstyle/TimeFormatStyleFacet.java
index 3a03b6b..71cc2d9 100644
--- a/core/metamodel/src/main/java/org/apache/isis/core/metamodel/facets/objectvalue/temporalformatstyle/TimeFormatStyleFacet.java
+++ b/core/metamodel/src/main/java/org/apache/isis/core/metamodel/facets/objectvalue/temporalformatstyle/TimeFormatStyleFacet.java
@@ -24,7 +24,7 @@ import org.apache.isis.applib.annotation.ValueSemantics;
 import org.apache.isis.core.metamodel.facetapi.Facet;
 
 /**
- * If associated with a temporal date value, the style of a localized time.
+ * If associated with a temporal time value, the style of a localized time.
  */
 public interface TimeFormatStyleFacet
 extends Facet {