[java-metadata-aggregator] 02/04: Unused import

Ian Young ian at iay.org.uk
Tue Apr 4 11:19:53 UTC 2023


This is an automated email from the git hooks/post-receive script.

iay pushed a commit to branch main
in repository java-metadata-aggregator.

View the commit online:
http://git.shibboleth.net/view/?p=java-metadata-aggregator.git;a=commit;h=1a858f3c336bbed60a1e1f069823dd442dbcfc12

commit 1a858f3c336bbed60a1e1f069823dd442dbcfc12
Author: Ian Young <ian at iay.org.uk>
AuthorDate: Tue Apr 4 09:38:51 2023 +0100

    Unused import
---
 .../src/main/java/net/shibboleth/metadata/pipeline/ScriptletStage.java   | 1 -
 1 file changed, 1 deletion(-)

diff --git a/mda-framework/src/main/java/net/shibboleth/metadata/pipeline/ScriptletStage.java b/mda-framework/src/main/java/net/shibboleth/metadata/pipeline/ScriptletStage.java
index be121f5..8690c49 100644
--- a/mda-framework/src/main/java/net/shibboleth/metadata/pipeline/ScriptletStage.java
+++ b/mda-framework/src/main/java/net/shibboleth/metadata/pipeline/ScriptletStage.java
@@ -20,7 +20,6 @@ package net.shibboleth.metadata.pipeline;
 import java.util.List;
 
 import javax.annotation.Nonnull;
-import javax.annotation.Nullable;
 import javax.annotation.concurrent.GuardedBy;
 import javax.annotation.concurrent.ThreadSafe;
 import javax.script.ScriptContext;

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the commits mailing list