[java-shib-shared] 02/07: CheckStyle
Codeberg
noreply at shibboleth.net
Mon Jul 6 15:52:00 UTC 2026
This is an automated email from the git hooks/post-receive script.
codeberg pushed a commit to branch dev/JSSH-71
in repository java-shib-shared.
View the commit online:
https://codeberg.org/Shibboleth/java-shib-shared/commit/60980a64374b7d4ccd472a94715c9a09a86241b8
commit 60980a64374b7d4ccd472a94715c9a09a86241b8
Author: Rod Widdowson <rdw at steadingsoftware.com>
AuthorDate: Mon Jul 6 14:24:21 2026 +0100
CheckStyle
---
.../src/test/java/net/shibboleth/shared/primitive/StringSupportTest.java | 1 -
.../test/java/net/shibboleth/shared/resolver/ResolverSupportTest.java | 1 +
2 files changed, 1 insertion(+), 1 deletion(-)
diff --git a/shib-support/src/test/java/net/shibboleth/shared/primitive/StringSupportTest.java b/shib-support/src/test/java/net/shibboleth/shared/primitive/StringSupportTest.java
index 80414438..5ede205c 100644
--- a/shib-support/src/test/java/net/shibboleth/shared/primitive/StringSupportTest.java
+++ b/shib-support/src/test/java/net/shibboleth/shared/primitive/StringSupportTest.java
@@ -30,7 +30,6 @@ import java.util.List;
import javax.annotation.Nonnull;
-import org.testng.Assert;
import org.testng.annotations.Test;
import net.shibboleth.shared.annotation.constraint.NotEmpty;
diff --git a/shib-support/src/test/java/net/shibboleth/shared/resolver/ResolverSupportTest.java b/shib-support/src/test/java/net/shibboleth/shared/resolver/ResolverSupportTest.java
index 58c97f77..de2ccf24 100644
--- a/shib-support/src/test/java/net/shibboleth/shared/resolver/ResolverSupportTest.java
+++ b/shib-support/src/test/java/net/shibboleth/shared/resolver/ResolverSupportTest.java
@@ -60,6 +60,7 @@ public class ResolverSupportTest {
}
+ @SuppressWarnings("unchecked")
@Test
public void testGetFilteredIterable() {
final Foo foo1 = new Foo();
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list