This is an automated email from the ASF dual-hosted git repository.
olli pushed a commit to branch master
in repository
https://gitbox.apache.org/repos/asf/sling-org-apache-sling-scripting-core.git
The following commit(s) were added to refs/heads/master by this push:
new b68a89f remove unused imports
b68a89f is described below
commit b68a89f46629c6d661d65ec9f0fc9067cccc24fe
Author: Oliver Lietz <[email protected]>
AuthorDate: Sun Dec 10 12:56:29 2017 +0100
remove unused imports
---
src/main/java/org/apache/sling/scripting/core/impl/ScriptCacheImpl.java | 2 --
1 file changed, 2 deletions(-)
diff --git
a/src/main/java/org/apache/sling/scripting/core/impl/ScriptCacheImpl.java
b/src/main/java/org/apache/sling/scripting/core/impl/ScriptCacheImpl.java
index 091edad..128b5ad 100644
--- a/src/main/java/org/apache/sling/scripting/core/impl/ScriptCacheImpl.java
+++ b/src/main/java/org/apache/sling/scripting/core/impl/ScriptCacheImpl.java
@@ -56,8 +56,6 @@ import org.osgi.service.component.annotations.Activate;
import org.osgi.service.component.annotations.Component;
import org.osgi.service.component.annotations.Deactivate;
import org.osgi.service.component.annotations.Reference;
-import org.osgi.service.component.annotations.ReferenceCardinality;
-import org.osgi.service.component.annotations.ReferencePolicy;
import org.osgi.service.event.Event;
import org.osgi.service.event.EventConstants;
import org.osgi.service.event.EventHandler;
--
To stop receiving notification emails like this one, please contact
['"[email protected]" <[email protected]>'].