[java-idp-plugin-duo] branch main updated: Fix annotation
Phil Smart
philip.smart at jisc.ac.uk
Fri Mar 5 17:10:57 UTC 2021
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=5cc20a2af907cb695c70a833cd0169a710beefbe
The following commit(s) were added to refs/heads/main by this push:
new 5cc20a2 Fix annotation
5cc20a2 is described below
commit 5cc20a2af907cb695c70a833cd0169a710beefbe
Author: Phil Smart <philip.smart at jisc.ac.uk>
AuthorDate: Fri Mar 5 17:10:55 2021 +0000
Fix annotation
---
.../idp/plugin/authn/duo/impl/DuoIssuerClaimLookupStrategy.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/idp-duo-impl/src/main/java/net/shibboleth/idp/plugin/authn/duo/impl/DuoIssuerClaimLookupStrategy.java b/idp-duo-impl/src/main/java/net/shibboleth/idp/plugin/authn/duo/impl/DuoIssuerClaimLookupStrategy.java
index b15f31e..1034fa8 100644
--- a/idp-duo-impl/src/main/java/net/shibboleth/idp/plugin/authn/duo/impl/DuoIssuerClaimLookupStrategy.java
+++ b/idp-duo-impl/src/main/java/net/shibboleth/idp/plugin/authn/duo/impl/DuoIssuerClaimLookupStrategy.java
@@ -72,7 +72,7 @@ public class DuoIssuerClaimLookupStrategy implements BiFunction<ProfileRequestCo
*
* @return the issuer path.
*/
- private synchronized String getIssuerPath() {
+ @Nonnull @NotEmpty private synchronized String getIssuerPath() {
return issuerPath;
}
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list