[java-identity-provider] branch main updated: Fix Javadocs errors.
Codeberg
noreply at shibboleth.net
Wed Jan 28 23:16:47 UTC 2026
This is an automated email from the git hooks/post-receive script.
codeberg pushed a commit to branch main
in repository java-identity-provider.
View the commit online:
https://codeberg.org/Shibboleth/java-identity-provider/commit/1c656d4ff1e8005526001c70cf258d561e7ee11a
The following commit(s) were added to refs/heads/main by this push:
new 1c656d4ff Fix Javadocs errors.
1c656d4ff is described below
commit 1c656d4ff1e8005526001c70cf258d561e7ee11a
Author: Brent Putman <putmanb at georgetown.edu>
AuthorDate: Wed Jan 28 18:16:13 2026 -0500
Fix Javadocs errors.
---
.../profile/config/AttributeSourcedAuthnContextTranslationStrategy.java | 2 +-
.../saml/saml1/profile/config/impl/BrowserSSOProfileConfiguration.java | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/idp-saml-api/src/main/java/net/shibboleth/idp/saml/saml2/profile/config/AttributeSourcedAuthnContextTranslationStrategy.java b/idp-saml-api/src/main/java/net/shibboleth/idp/saml/saml2/profile/config/AttributeSourcedAuthnContextTranslationStrategy.java
index 924817e38..3c0ce1880 100644
--- a/idp-saml-api/src/main/java/net/shibboleth/idp/saml/saml2/profile/config/AttributeSourcedAuthnContextTranslationStrategy.java
+++ b/idp-saml-api/src/main/java/net/shibboleth/idp/saml/saml2/profile/config/AttributeSourcedAuthnContextTranslationStrategy.java
@@ -97,7 +97,7 @@ public class AttributeSourcedAuthnContextTranslationStrategy extends AbstractIni
}
/**
- * Sets the mappings to transform {@StringAttributeValue} data into different values for use as
+ * Sets the mappings to transform {@link StringAttributeValue} data into different values for use as
* context class references.
*
* <p>Note that null keys are ignored, but null values are allowed, which suppresses the mapping
diff --git a/idp-saml-impl/src/main/java/net/shibboleth/idp/saml/saml1/profile/config/impl/BrowserSSOProfileConfiguration.java b/idp-saml-impl/src/main/java/net/shibboleth/idp/saml/saml1/profile/config/impl/BrowserSSOProfileConfiguration.java
index dfa097048..8cb1d8cfb 100644
--- a/idp-saml-impl/src/main/java/net/shibboleth/idp/saml/saml1/profile/config/impl/BrowserSSOProfileConfiguration.java
+++ b/idp-saml-impl/src/main/java/net/shibboleth/idp/saml/saml1/profile/config/impl/BrowserSSOProfileConfiguration.java
@@ -357,7 +357,7 @@ public class BrowserSSOProfileConfiguration extends AbstractSAML1AssertionProduc
*
* @since 3.3.0
*
- * @Deprecated(since="5.2.0", forRemoval=true)
+ * @deprecated(since="5.2.0", forRemoval=true)
*/
@Deprecated(since="5.2.0", forRemoval=true)
public void setAuthenticationFlowsLookupStrategy(
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list