[java-idp-plugin-duo] branch main updated: Fix Javadoc

Phil Smart philip.smart at jisc.ac.uk
Wed Sep 20 19:24:24 UTC 2023


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

philsmart pushed a commit to branch main
in repository java-idp-plugin-duo.

View the commit online:
http://git.shibboleth.net/view/?p=java-idp-plugin-duo.git;a=commit;h=2edd80891604bec18ddb6f3cb58216e9ac3b5174

The following commit(s) were added to refs/heads/main by this push:
     new 2edd808  Fix Javadoc
2edd808 is described below

commit 2edd80891604bec18ddb6f3cb58216e9ac3b5174
Author: Phil Smart <philip.smart at jisc.ac.uk>
AuthorDate: Wed Sep 20 14:24:22 2023 -0500

    Fix Javadoc
---
 .../java/net/shibboleth/idp/plugin/authn/duo/model/DuoHealthCheck.java   | 1 +
 .../net/shibboleth/idp/plugin/authn/duo/nimbus/impl/TokenResponse.java   | 1 +
 2 files changed, 2 insertions(+)

diff --git a/idp-duo-api/src/main/java/net/shibboleth/idp/plugin/authn/duo/model/DuoHealthCheck.java b/idp-duo-api/src/main/java/net/shibboleth/idp/plugin/authn/duo/model/DuoHealthCheck.java
index 839756d..af1c516 100644
--- a/idp-duo-api/src/main/java/net/shibboleth/idp/plugin/authn/duo/model/DuoHealthCheck.java
+++ b/idp-duo-api/src/main/java/net/shibboleth/idp/plugin/authn/duo/model/DuoHealthCheck.java
@@ -236,6 +236,7 @@ public final class DuoHealthCheck {
         /** The message detail.*/
         private String messageDetail;
 
+        /** Constructor.*/
         private Builder() {
         }
 
diff --git a/idp-duo-nimbus-client-impl/src/main/java/net/shibboleth/idp/plugin/authn/duo/nimbus/impl/TokenResponse.java b/idp-duo-nimbus-client-impl/src/main/java/net/shibboleth/idp/plugin/authn/duo/nimbus/impl/TokenResponse.java
index a4bad62..3031844 100644
--- a/idp-duo-nimbus-client-impl/src/main/java/net/shibboleth/idp/plugin/authn/duo/nimbus/impl/TokenResponse.java
+++ b/idp-duo-nimbus-client-impl/src/main/java/net/shibboleth/idp/plugin/authn/duo/nimbus/impl/TokenResponse.java
@@ -252,6 +252,7 @@ public final class TokenResponse {
         /** The scope.*/
         private String scope;
 
+        /** Constructor.*/
         private Builder() {
         }
 

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


More information about the commits mailing list