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/10/26 22:24:08 UTC

[isis] 05/13: ISIS-1276: fixes compile issue in specsupport

This is an automated email from the ASF dual-hosted git repository.

danhaywood pushed a commit to branch dev/2.0.0/ISIS-1636-j8-time
in repository https://gitbox.apache.org/repos/asf/isis.git

commit 713da4340b7abc9338b145ebf2da904c0d04d1b7
Author: Dan Haywood <da...@haywood-associates.co.uk>
AuthorDate: Mon Sep 18 22:34:29 2017 +0100

    ISIS-1276: fixes compile issue in specsupport
---
 .../isis/core/specsupport/scenarios/DomainServiceProviderMockery.java   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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 65e8c41..4b5c3cd 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
@@ -84,7 +84,7 @@ class DomainServiceProviderMockery implements DomainServiceProvider {
             mockRepositoryService = (RepositoryService) mock;
             context.checking(new Expectations() {
                 {
-                    allowing(mockRepositoryService).persist(with(anything()));
+                    allowing(mockRepositoryService).persist(with(Expectations.<T>anything()));
                 }
             });
         }

-- 
To stop receiving notification emails like this one, please contact
"commits@isis.apache.org" <co...@isis.apache.org>.