[spring-extensions] branch main updated: Add @since to doc.

Scott Cantor cantor.2 at osu.edu
Wed Aug 19 20:13:06 UTC 2020


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

scantor 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=2632b5b0883a4d55d8b211e9a52538a1bda9dabf

The following commit(s) were added to refs/heads/main by this push:
       new  2632b5b   Add @since to doc.
2632b5b is described below

commit 2632b5b0883a4d55d8b211e9a52538a1bda9dabf
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Wed Aug 19 16:12:57 2020 -0400

    Add @since to doc.
---
 .../java/net/shibboleth/ext/spring/util/IdentifiedComponentManager.java | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/src/main/java/net/shibboleth/ext/spring/util/IdentifiedComponentManager.java b/src/main/java/net/shibboleth/ext/spring/util/IdentifiedComponentManager.java
index 4a31345..0d6dd3a 100644
--- a/src/main/java/net/shibboleth/ext/spring/util/IdentifiedComponentManager.java
+++ b/src/main/java/net/shibboleth/ext/spring/util/IdentifiedComponentManager.java
@@ -43,6 +43,8 @@ import net.shibboleth.utilities.java.support.component.IdentifiedComponent;
  * constructor to receive the free-standing objects.</p>
  * 
  * @param <T> descriptor type
+ * 
+ * @since 6.1.0
  */
 public class IdentifiedComponentManager<T extends IdentifiedComponent> {
 

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the commits mailing list