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/10/06 05:56:32 UTC

[isis] branch master updated: ISIS-3232: remove outdated comment

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 8c5c8cc590 ISIS-3232: remove outdated comment
8c5c8cc590 is described below

commit 8c5c8cc590178462b55439bfb051b7c2b1ccc6b3
Author: Andi Huber <ah...@apache.org>
AuthorDate: Thu Oct 6 07:56:26 2022 +0200

    ISIS-3232: remove outdated comment
---
 .../apache/isis/core/config/progmodel/ProgrammingModelConstants.java    | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/core/config/src/main/java/org/apache/isis/core/config/progmodel/ProgrammingModelConstants.java b/core/config/src/main/java/org/apache/isis/core/config/progmodel/ProgrammingModelConstants.java
index 3975086aea..cbffc38fd3 100644
--- a/core/config/src/main/java/org/apache/isis/core/config/progmodel/ProgrammingModelConstants.java
+++ b/core/config/src/main/java/org/apache/isis/core/config/progmodel/ProgrammingModelConstants.java
@@ -484,7 +484,7 @@ public final class ProgrammingModelConstants {
         VIEWMODEL_MISSING_DESERIALIZING_CONSTRUCTOR(
                 "${type}: ViewModel contract violation: missing single (String) arg constructor "
                 + "(for de-serialization from memento string)."),
-        VIEWMODEL_MISSING_SERIALIZATION_STRATEGY( // draft: not used yet
+        VIEWMODEL_MISSING_SERIALIZATION_STRATEGY(
                 "${type}: Missing ViewModel serialization strategy encountered; "
                 + "for ViewModels one of those must be true: "
                 + "(1) implements the ViewModel interface, "