You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@isis.apache.org by da...@apache.org on 2017/09/18 21:56:10 UTC

[5/6] isis git commit: ISIS-1726: fixes compile issue in specsupport

ISIS-1726: fixes compile issue in specsupport


Project: http://git-wip-us.apache.org/repos/asf/isis/repo
Commit: http://git-wip-us.apache.org/repos/asf/isis/commit/e126b93f
Tree: http://git-wip-us.apache.org/repos/asf/isis/tree/e126b93f
Diff: http://git-wip-us.apache.org/repos/asf/isis/diff/e126b93f

Branch: refs/heads/ISIS-1726-dn-5-1
Commit: e126b93f80bef2fc137f04d8647d44bdd99bf78d
Parents: 56f3bc8
Author: Dan Haywood <da...@haywood-associates.co.uk>
Authored: Mon Sep 18 22:34:29 2017 +0100
Committer: Dan Haywood <da...@haywood-associates.co.uk>
Committed: Mon Sep 18 22:34:29 2017 +0100

----------------------------------------------------------------------
 .../core/specsupport/scenarios/DomainServiceProviderMockery.java   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/isis/blob/e126b93f/core/specsupport/src/main/java/org/apache/isis/core/specsupport/scenarios/DomainServiceProviderMockery.java
----------------------------------------------------------------------
diff --git a/core/specsupport/src/main/java/org/apache/isis/core/specsupport/scenarios/DomainServiceProviderMockery.java b/core/specsupport/src/main/java/org/apache/isis/core/specsupport/scenarios/DomainServiceProviderMockery.java
index 4d4d2cd..30a294c 100644
--- a/core/specsupport/src/main/java/org/apache/isis/core/specsupport/scenarios/DomainServiceProviderMockery.java
+++ b/core/specsupport/src/main/java/org/apache/isis/core/specsupport/scenarios/DomainServiceProviderMockery.java
@@ -67,7 +67,7 @@ class DomainServiceProviderMockery implements DomainServiceProvider {
                         }
                     });
                     
-                    allowing(mockContainer).persistIfNotAlready(with(anything()));
+                    allowing(mockContainer).persistIfNotAlready(with(any(Object.class)));
                 }
             });
         }