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 2020/01/19 18:32:02 UTC

[isis] branch master updated: ISIS-2223: fix regression from prev commit

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 ede5b7b  ISIS-2223: fix regression from prev commit
ede5b7b is described below

commit ede5b7b87c9497656148d09376e1f280900eeb35
Author: Andi Huber <ah...@apache.org>
AuthorDate: Sun Jan 19 19:31:50 2020 +0100

    ISIS-2223: fix regression from prev commit
---
 .../java/org/apache/isis/core/metamodel/facets/MethodFinderUtils.java    | 1 -
 1 file changed, 1 deletion(-)

diff --git a/core/metamodel/src/main/java/org/apache/isis/core/metamodel/facets/MethodFinderUtils.java b/core/metamodel/src/main/java/org/apache/isis/core/metamodel/facets/MethodFinderUtils.java
index 147dfeb..a52c1cd 100644
--- a/core/metamodel/src/main/java/org/apache/isis/core/metamodel/facets/MethodFinderUtils.java
+++ b/core/metamodel/src/main/java/org/apache/isis/core/metamodel/facets/MethodFinderUtils.java
@@ -192,7 +192,6 @@ public final class MethodFinderUtils {
                 break;
             }
         }
-        postConstructMethods.put(clz, nullableMethod);
         return nullableMethod;
     }