[spring-extensions] branch main updated: Javadoc fix
Ian Young
ian at iay.org.uk
Mon Feb 21 15:04:56 UTC 2022
This is an automated email from the git hooks/post-receive script.
iay pushed a commit to branch main
in repository spring-extensions.
View the commit online:
http://git.shibboleth.net/view/?p=spring-extensions.git;a=commit;h=c40c23cb7477848a3e0949c59a8da37e045d0f16
The following commit(s) were added to refs/heads/main by this push:
new c40c23c Javadoc fix
c40c23c is described below
commit c40c23cb7477848a3e0949c59a8da37e045d0f16
Author: Ian Young <ian at iay.org.uk>
AuthorDate: Mon Feb 21 15:04:52 2022 +0000
Javadoc fix
---
.../net/shibboleth/ext/spring/util/IdentifiedComponentManagerTest.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/test/java/net/shibboleth/ext/spring/util/IdentifiedComponentManagerTest.java b/src/test/java/net/shibboleth/ext/spring/util/IdentifiedComponentManagerTest.java
index dbb9690..7b9cfa7 100644
--- a/src/test/java/net/shibboleth/ext/spring/util/IdentifiedComponentManagerTest.java
+++ b/src/test/java/net/shibboleth/ext/spring/util/IdentifiedComponentManagerTest.java
@@ -156,7 +156,7 @@ public class IdentifiedComponentManagerTest {
/**
* Constructor.
*
- * @param freeObjects
+ * @param freeObjects free-standing objects
*/
@Autowired
public MockComponentManager(@Nonnull @NonnullElements final Collection<MockComponent> freeObjects) {
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list