[java-identity-provider] branch main updated: Correct @since tag.
Scott Cantor
cantor.2 at osu.edu
Thu Feb 18 14:06:56 UTC 2021
This is an automated email from the git hooks/post-receive script.
scantor pushed a commit to branch main
in repository java-identity-provider.
View the commit online:
http://git.shibboleth.net/view/?p=java-identity-provider.git;a=commit;h=628e72909a0d1494b3547bdbdb90cb04cc157ebb
The following commit(s) were added to refs/heads/main by this push:
new 628e72909 Correct @since tag.
628e72909 is described below
commit 628e72909a0d1494b3547bdbdb90cb04cc157ebb
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Thu Feb 18 09:06:52 2021 -0500
Correct @since tag.
---
.../idp/profile/config/OverriddenIssuerProfileConfiguration.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/idp-profile-api/src/main/java/net/shibboleth/idp/profile/config/OverriddenIssuerProfileConfiguration.java b/idp-profile-api/src/main/java/net/shibboleth/idp/profile/config/OverriddenIssuerProfileConfiguration.java
index 2d536747d..3af4137ec 100644
--- a/idp-profile-api/src/main/java/net/shibboleth/idp/profile/config/OverriddenIssuerProfileConfiguration.java
+++ b/idp-profile-api/src/main/java/net/shibboleth/idp/profile/config/OverriddenIssuerProfileConfiguration.java
@@ -26,7 +26,7 @@ import net.shibboleth.utilities.java.support.annotation.constraint.NotEmpty;
/**
* {@link ProfileConfiguration} with optional override of issuer setting.
*
- * @since 4.1.0
+ * @since 3.0.0
*/
public interface OverriddenIssuerProfileConfiguration extends ProfileConfiguration {
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list