[java-idp-oidc] 02/02: Fix javadoc.

Rod Widdowson rdw at steadingsoftware.com
Fri Jan 28 14:27:30 UTC 2022


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

rdw pushed a commit to branch main
in repository java-idp-oidc.

View the commit online:
http://git.shibboleth.net/view/?p=java-idp-oidc.git;a=commit;h=3b28431c66f2a8f3048ea01cacfe4e93bf917810

commit 3b28431c66f2a8f3048ea01cacfe4e93bf917810
Author: Rod Widdowson <rdw at steadingsoftware.com>
AuthorDate: Fri Jan 28 10:39:09 2022 +0000

    Fix javadoc.
    
    The test code still needs attention.
---
 .../idp/plugin/oidc/op/oauth2/profile/impl/BuildAccessToken.java      | 4 ++--
 .../oidc/op/profile/logic/DefaultMetadataPolicyMergingStrategy.java   | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/idp-oidc-extension-impl/src/main/java/net/shibboleth/idp/plugin/oidc/op/oauth2/profile/impl/BuildAccessToken.java b/idp-oidc-extension-impl/src/main/java/net/shibboleth/idp/plugin/oidc/op/oauth2/profile/impl/BuildAccessToken.java
index 1b5e2d89..27b4c694 100644
--- a/idp-oidc-extension-impl/src/main/java/net/shibboleth/idp/plugin/oidc/op/oauth2/profile/impl/BuildAccessToken.java
+++ b/idp-oidc-extension-impl/src/main/java/net/shibboleth/idp/plugin/oidc/op/oauth2/profile/impl/BuildAccessToken.java
@@ -167,7 +167,7 @@ public class BuildAccessToken extends AbstractOIDCResponseAction {
     }
     
     /**
-     * Set {@lik DataSealer} to use for opaque tokens.
+     * Set {@link DataSealer} to use for opaque tokens.
      * 
      * @param sealer sealer to use for opaque tokens
      */
@@ -475,4 +475,4 @@ public class BuildAccessToken extends AbstractOIDCResponseAction {
         return null;
     }
 
-}
\ No newline at end of file
+}
diff --git a/idp-oidc-extension-impl/src/main/java/net/shibboleth/idp/plugin/oidc/op/profile/logic/DefaultMetadataPolicyMergingStrategy.java b/idp-oidc-extension-impl/src/main/java/net/shibboleth/idp/plugin/oidc/op/profile/logic/DefaultMetadataPolicyMergingStrategy.java
index 8822e6a8..67d499b0 100644
--- a/idp-oidc-extension-impl/src/main/java/net/shibboleth/idp/plugin/oidc/op/profile/logic/DefaultMetadataPolicyMergingStrategy.java
+++ b/idp-oidc-extension-impl/src/main/java/net/shibboleth/idp/plugin/oidc/op/profile/logic/DefaultMetadataPolicyMergingStrategy.java
@@ -62,9 +62,9 @@ import net.shibboleth.utilities.java.support.logic.ConstraintViolationException;
  * specified essential=false, then a subordinate is allowed to change that to essential=true. If a superior has not
  * specified essential, then a subordinate can set essential to true or false.
  * </li>
+ * </ul>
  * <p>The function returns a pair of map of merged metadata policies and a boolean indicating if the merging operators
  * in the policies were compliant.
- * </ul>
  */
 public class DefaultMetadataPolicyMergingStrategy implements
     Function<Pair<Map<String, MetadataPolicy>, Map<String, MetadataPolicy>>,

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


More information about the commits mailing list