[java-identity-provider] branch main updated: Fix incorrect annotation.
Scott Cantor
cantor.2 at osu.edu
Fri Jun 2 17:30:36 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=4c08b67a0b7b1b4ae884b07afcad0636b17e36cc
The following commit(s) were added to refs/heads/main by this push:
new 4c08b67a0 Fix incorrect annotation.
4c08b67a0 is described below
commit 4c08b67a0b7b1b4ae884b07afcad0636b17e36cc
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Fri Jun 2 13:30:33 2023 -0400
Fix incorrect annotation.
---
.../main/java/net/shibboleth/idp/profile/impl/ResolverTestRequest.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/idp-profile-impl/src/main/java/net/shibboleth/idp/profile/impl/ResolverTestRequest.java b/idp-profile-impl/src/main/java/net/shibboleth/idp/profile/impl/ResolverTestRequest.java
index a96360ac0..a27bf0d65 100644
--- a/idp-profile-impl/src/main/java/net/shibboleth/idp/profile/impl/ResolverTestRequest.java
+++ b/idp-profile-impl/src/main/java/net/shibboleth/idp/profile/impl/ResolverTestRequest.java
@@ -56,7 +56,7 @@ public class ResolverTestRequest {
* @param index <code><AttributeConsumingService></code> index
* @param prot protocol ID
*/
- public ResolverTestRequest(@Nonnull @NotEmpty final String princ, @Nullable final String requester,
+ public ResolverTestRequest(@Nonnull @NotEmpty final String princ, @Nonnull @NotEmpty final String requester,
@Nullable final Integer index, @Nullable final String prot) {
principal = Constraint.isNotNull(StringSupport.trimOrNull(princ), "Principal name cannot be null or empty");
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list