[java-shib-shared] branch main updated: Fix javadoc.
Scott Cantor
cantor.2 at osu.edu
Wed Apr 5 01:19:36 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-shared.
View the commit online:
http://git.shibboleth.net/view/?p=java-shib-shared.git;a=commit;h=d66941e5255e0c253789ba33b44d2a1d40954640
The following commit(s) were added to refs/heads/main by this push:
new d66941e5 Fix javadoc.
d66941e5 is described below
commit d66941e5255e0c253789ba33b44d2a1d40954640
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Tue Apr 4 21:19:33 2023 -0400
Fix javadoc.
---
.../main/java/net/shibboleth/shared/collection/CollectionSupport.java | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/shib-support/src/main/java/net/shibboleth/shared/collection/CollectionSupport.java b/shib-support/src/main/java/net/shibboleth/shared/collection/CollectionSupport.java
index f8634e33..70522a23 100644
--- a/shib-support/src/main/java/net/shibboleth/shared/collection/CollectionSupport.java
+++ b/shib-support/src/main/java/net/shibboleth/shared/collection/CollectionSupport.java
@@ -137,9 +137,9 @@ public final class CollectionSupport {
* Gets a one member list with non-null guarantee.
*
* @param <T> list type
- * @param second the second item
+ * @param first the first item
*
- * @return two member list
+ * @return a singleton list
*/
@SuppressWarnings("null")
@Nonnull @Unmodifiable @NotLive public static <T> List<T> listOf(@Nonnull final T first) {
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list