[java-shib-shared] branch main updated: Javadoc clarification.
Scott Cantor
cantor.2 at osu.edu
Thu Feb 20 15:28:41 UTC 2025
This is an automated email from the git hooks/post-receive script.
scantor pushed a commit to branch main
in repository java-shib-shared.
View the commit online:
http://git.shibboleth.net/view/?p=java-shib-shared.git;a=commit;h=b64be24b8d89bd157f493b2001b5e6c1154bdf28
The following commit(s) were added to refs/heads/main by this push:
new b64be24b Javadoc clarification.
b64be24b is described below
commit b64be24b8d89bd157f493b2001b5e6c1154bdf28
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Thu Feb 20 10:28:36 2025 -0500
Javadoc clarification.
---
.../src/main/java/net/shibboleth/shared/primitive/StringSupport.java | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/shib-support/src/main/java/net/shibboleth/shared/primitive/StringSupport.java b/shib-support/src/main/java/net/shibboleth/shared/primitive/StringSupport.java
index e8a4ed75..3fcd3f1f 100644
--- a/shib-support/src/main/java/net/shibboleth/shared/primitive/StringSupport.java
+++ b/shib-support/src/main/java/net/shibboleth/shared/primitive/StringSupport.java
@@ -168,6 +168,10 @@ public final class StringSupport {
* <li>Removing any null members.</li>
* </ol>
*
+ * <p>While the source collection may or may not be ordered, the encounter order
+ * of the elements will be maintained in the returned collection, i.e., ordered
+ * collections will retain that property.</p>
+ *
* @param values the collection of string values
* @return the normalized collection of string values
*/
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list