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 2018/01/24 15:16:39 UTC

[isis] 03/20: ISIS-1569: by way of tidy-up, just removes unused injected ClockService from CommandServiceDefault

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

danhaywood pushed a commit to branch ISIS-1569-replay-commands
in repository https://gitbox.apache.org/repos/asf/isis.git

commit 1ade2af426c70d6e0feefc51e630fe02ade67175
Author: Dan Haywood <da...@haywood-associates.co.uk>
AuthorDate: Wed Jan 17 12:46:05 2018 +0000

    ISIS-1569: by way of tidy-up, just removes unused injected ClockService from CommandServiceDefault
---
 .../isis/core/runtime/services/command/CommandServiceDefault.java      | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/core/runtime/src/main/java/org/apache/isis/core/runtime/services/command/CommandServiceDefault.java b/core/runtime/src/main/java/org/apache/isis/core/runtime/services/command/CommandServiceDefault.java
index 7d2986a..ce6ec12 100644
--- a/core/runtime/src/main/java/org/apache/isis/core/runtime/services/command/CommandServiceDefault.java
+++ b/core/runtime/src/main/java/org/apache/isis/core/runtime/services/command/CommandServiceDefault.java
@@ -58,7 +58,4 @@ public class CommandServiceDefault implements CommandService {
         return false;
     }
 
-    @javax.inject.Inject
-    ClockService clockService;
-
 }

-- 
To stop receiving notification emails like this one, please contact
danhaywood@apache.org.