[java-shib-shared] branch main updated: JSPT-26 - Belated correction to Javadoc: not append-only
Codeberg
noreply at shibboleth.net
Wed Jul 29 13:06:34 UTC 2026
This is an automated email from the git hooks/post-receive script.
codeberg pushed a commit to branch main
in repository java-shib-shared.
View the commit online:
https://codeberg.org/Shibboleth/java-shib-shared/commit/206818225a89631b0fb20e228cae711c54ffeb34
The following commit(s) were added to refs/heads/main by this push:
new 20681822 JSPT-26 - Belated correction to Javadoc: not append-only
20681822 is described below
commit 206818225a89631b0fb20e228cae711c54ffeb34
Author: Ian Young <ian at iay.org.uk>
AuthorDate: Wed Jul 29 14:06:22 2026 +0100
JSPT-26 - Belated correction to Javadoc: not append-only
Functional delete operations were added to the class in 2013,
so it is no longer an append-only map.
https://shibboleth.atlassian.net/browse/JSPT-26
---
.../java/net/shibboleth/shared/collection/ClassToInstanceMultiMap.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/shib-support/src/main/java/net/shibboleth/shared/collection/ClassToInstanceMultiMap.java b/shib-support/src/main/java/net/shibboleth/shared/collection/ClassToInstanceMultiMap.java
index bd362198..5514896a 100644
--- a/shib-support/src/main/java/net/shibboleth/shared/collection/ClassToInstanceMultiMap.java
+++ b/shib-support/src/main/java/net/shibboleth/shared/collection/ClassToInstanceMultiMap.java
@@ -31,7 +31,7 @@ import javax.annotation.Nullable;
import javax.annotation.concurrent.NotThreadSafe;
/**
- * An append-only multimap where each entry associates a raw type (i.e. class) to instances of that class. In addition
+ * A multimap where each entry associates a raw type (i.e. class) to instances of that class. In addition
* the map may also associate any supertype (i.e. all superclasses and interfaces implemented by the class) with the
* class.
*
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list