[java-opensaml] branch main updated: Unneeded import.
Codeberg
noreply at shibboleth.net
Wed Aug 19 17:42:10 UTC 2026
This is an automated email from the git hooks/post-receive script.
codeberg pushed a commit to branch main
in repository java-opensaml.
View the commit online:
https://codeberg.org/Shibboleth/java-opensaml/commit/0020ffcf6e2e339bb9a07ce8bf23d781c8e33d18
The following commit(s) were added to refs/heads/main by this push:
new 0020ffcf6 Unneeded import.
0020ffcf6 is described below
commit 0020ffcf6e2e339bb9a07ce8bf23d781c8e33d18
Author: Scott Cantor <scott at restingparrotsoftware.com>
AuthorDate: Wed Aug 19 13:41:14 2026 -0400
Unneeded import.
---
.../src/main/java/org/opensaml/storage/testing/StorageServiceTest.java | 1 -
1 file changed, 1 deletion(-)
diff --git a/opensaml-testing/src/main/java/org/opensaml/storage/testing/StorageServiceTest.java b/opensaml-testing/src/main/java/org/opensaml/storage/testing/StorageServiceTest.java
index ceae616ee..e8f1225cd 100644
--- a/opensaml-testing/src/main/java/org/opensaml/storage/testing/StorageServiceTest.java
+++ b/opensaml-testing/src/main/java/org/opensaml/storage/testing/StorageServiceTest.java
@@ -38,7 +38,6 @@ import org.testng.annotations.BeforeClass;
import org.testng.annotations.Test;
import net.shibboleth.shared.component.ComponentInitializationException;
-import net.shibboleth.shared.component.DestructableComponent;
import net.shibboleth.shared.component.InitializableComponent;
import net.shibboleth.shared.primitive.AnnotationsSupport;
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list