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 2016/07/14 10:43:41 UTC

[08/38] isis git commit: ISIS-1465: fixes text of exception thrown by BackgroundServiceDefault#asActionInvocationMemento (an unsupported API)

ISIS-1465: fixes text of exception thrown by BackgroundServiceDefault#asActionInvocationMemento (an unsupported API)


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

Branch: refs/heads/master
Commit: 4f32b7d616f52193c2e3277ab3193db381625816
Parents: 90df10e
Author: Dan Haywood <da...@haywood-associates.co.uk>
Authored: Wed Jul 13 06:24:25 2016 +0100
Committer: Dan Haywood <da...@haywood-associates.co.uk>
Committed: Wed Jul 13 06:24:25 2016 +0100

----------------------------------------------------------------------
 .../core/runtime/services/background/BackgroundServiceDefault.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/isis/blob/4f32b7d6/core/runtime/src/main/java/org/apache/isis/core/runtime/services/background/BackgroundServiceDefault.java
----------------------------------------------------------------------
diff --git a/core/runtime/src/main/java/org/apache/isis/core/runtime/services/background/BackgroundServiceDefault.java b/core/runtime/src/main/java/org/apache/isis/core/runtime/services/background/BackgroundServiceDefault.java
index 0269ed3..e4b6ecf 100644
--- a/core/runtime/src/main/java/org/apache/isis/core/runtime/services/background/BackgroundServiceDefault.java
+++ b/core/runtime/src/main/java/org/apache/isis/core/runtime/services/background/BackgroundServiceDefault.java
@@ -273,7 +273,7 @@ public class BackgroundServiceDefault implements BackgroundService2 {
     @Programmatic
     @Override
     public ActionInvocationMemento asActionInvocationMemento(Method method, Object domainObject, Object[] args) {
-        throw new RuntimeException("Replaced by CommandMementoService");
+        throw new RuntimeException("Replaced by InteractionDtoServiceInternal");
     }