[java-shib-metadata] branch main updated: Annotation cleanup.
Scott Cantor
cantor.2 at osu.edu
Wed Jun 21 00:47:04 UTC 2023
This is an automated email from the git hooks/post-receive script.
scantor pushed a commit to branch main
in repository java-shib-metadata.
View the commit online:
http://git.shibboleth.net/view/?p=java-shib-metadata.git;a=commit;h=79bf69a3e49bf0566fb299d795d744a7fa2ae54d
The following commit(s) were added to refs/heads/main by this push:
new 79bf69a3 Annotation cleanup.
79bf69a3 is described below
commit 79bf69a3e49bf0566fb299d795d744a7fa2ae54d
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Tue Jun 20 20:47:01 2023 -0400
Annotation cleanup.
---
.../main/java/net/shibboleth/spring/testing/AbstractFailFastTest.java | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/shib-metadata-testing/src/main/java/net/shibboleth/spring/testing/AbstractFailFastTest.java b/shib-metadata-testing/src/main/java/net/shibboleth/spring/testing/AbstractFailFastTest.java
index 3dccb629..0191974a 100644
--- a/shib-metadata-testing/src/main/java/net/shibboleth/spring/testing/AbstractFailFastTest.java
+++ b/shib-metadata-testing/src/main/java/net/shibboleth/spring/testing/AbstractFailFastTest.java
@@ -37,7 +37,6 @@ import org.testng.annotations.BeforeClass;
import org.testng.annotations.BeforeSuite;
import net.shibboleth.shared.annotation.constraint.NonnullBeforeTest;
-import net.shibboleth.shared.annotation.constraint.NonnullElements;
import net.shibboleth.shared.annotation.constraint.NotEmpty;
import net.shibboleth.shared.collection.CollectionSupport;
import net.shibboleth.shared.logic.Constraint;
@@ -220,7 +219,7 @@ public class AbstractFailFastTest extends OpenSAMLInitBaseTestCase {
* @param values the properties (name,value) to set.
* @return the {@link MockPropertySource}
*/
- @Nonnull protected MockPropertySource propertySource(@Nonnull @NonnullElements final Collection<MockProperty> values) {
+ @Nonnull protected MockPropertySource propertySource(@Nonnull final Collection<MockProperty> values) {
final MockPropertySource propSource = new MockPropertySource("localProperties");
for (final MockProperty property : values) {
propSource.setProperty(property.name(), property.value());
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list