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 2018/04/12 17:04:58 UTC

[isis] branch master updated: ISIS-1935 remove unused import

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 09ea974  ISIS-1935 remove unused import
09ea974 is described below

commit 09ea974baecdb6135e1873f092b52bcf9baa2c09
Author: Andi Huber <ah...@apache.org>
AuthorDate: Thu Apr 12 19:04:54 2018 +0200

    ISIS-1935 remove unused import
---
 .../services/queryresultscache/QueryResultsCacheControlInternal.java     | 1 -
 1 file changed, 1 deletion(-)

diff --git a/core/applib/src/main/java/org/apache/isis/applib/services/queryresultscache/QueryResultsCacheControlInternal.java b/core/applib/src/main/java/org/apache/isis/applib/services/queryresultscache/QueryResultsCacheControlInternal.java
index 8623f81..cd2189b 100644
--- a/core/applib/src/main/java/org/apache/isis/applib/services/queryresultscache/QueryResultsCacheControlInternal.java
+++ b/core/applib/src/main/java/org/apache/isis/applib/services/queryresultscache/QueryResultsCacheControlInternal.java
@@ -24,7 +24,6 @@ import org.apache.isis.applib.annotation.NatureOfService;
 import org.apache.isis.applib.annotation.Programmatic;
 import org.apache.isis.applib.fixturescripts.events.FixturesInstalledEvent;
 import org.apache.isis.applib.fixturescripts.events.FixturesInstallingEvent;
-import org.apache.isis.applib.services.eventbus.EventBusImplementation;
 
 
 /**

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