[java-identity-provider] branch main updated: Javadoc issues.

Scott Cantor cantor.2 at osu.edu
Mon Dec 4 14:00:25 UTC 2023


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=96817e40c3736713f34e4311f0dcc39506d74141

The following commit(s) were added to refs/heads/main by this push:
     new 96817e40c Javadoc issues.
96817e40c is described below

commit 96817e40c3736713f34e4311f0dcc39506d74141
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Mon Dec 4 09:00:22 2023 -0500

    Javadoc issues.
---
 .../idp/authn/proxy/impl/DiscoveryProfileRequestFunction.java           | 2 +-
 .../main/java/net/shibboleth/idp/conf/impl/SLF4JMDCServletFilter.java   | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/idp-authn-impl/src/main/java/net/shibboleth/idp/authn/proxy/impl/DiscoveryProfileRequestFunction.java b/idp-authn-impl/src/main/java/net/shibboleth/idp/authn/proxy/impl/DiscoveryProfileRequestFunction.java
index 16cc73e08..bfd82d98c 100644
--- a/idp-authn-impl/src/main/java/net/shibboleth/idp/authn/proxy/impl/DiscoveryProfileRequestFunction.java
+++ b/idp-authn-impl/src/main/java/net/shibboleth/idp/authn/proxy/impl/DiscoveryProfileRequestFunction.java
@@ -37,7 +37,7 @@ import net.shibboleth.shared.logic.Constraint;
 
 /**
  * A {@link Function} that produces a discovery request URL using the protocol defined in
- * {@linkplain "https://wiki.oasis-open.org/security/IdpDiscoSvcProtonProfile"}.
+ * https://wiki.oasis-open.org/security/IdpDiscoSvcProtonProfile .
  */
 @ThreadSafe
 public class DiscoveryProfileRequestFunction extends AbstractInitializableComponent
diff --git a/idp-conf-impl/src/main/java/net/shibboleth/idp/conf/impl/SLF4JMDCServletFilter.java b/idp-conf-impl/src/main/java/net/shibboleth/idp/conf/impl/SLF4JMDCServletFilter.java
index 8177a92e8..3d8139980 100644
--- a/idp-conf-impl/src/main/java/net/shibboleth/idp/conf/impl/SLF4JMDCServletFilter.java
+++ b/idp-conf-impl/src/main/java/net/shibboleth/idp/conf/impl/SLF4JMDCServletFilter.java
@@ -77,7 +77,7 @@ public class SLF4JMDCServletFilter extends AbstractConditionalFilter implements
     /**
      * Set a map of MDC attribute names to header names to add to context.
      * 
-     * @param map
+     * @param map header map to set
      * 
      * @since 5.1.0
      */

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


More information about the commits mailing list