[java-shib-shared] 04/04: Javadoc clarification.

Scott Cantor cantor.2 at osu.edu
Thu Mar 13 17:28:57 UTC 2025


This is an automated email from the git hooks/post-receive script.

scantor pushed a commit to branch maint-9.1
in repository java-shib-shared.

View the commit online:
http://git.shibboleth.net/view/?p=java-shib-shared.git;a=commit;h=229111ef9b206871e8ae180423aa3c5f10c21d24

commit 229111ef9b206871e8ae180423aa3c5f10c21d24
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