[java-identity-provider] branch master updated: Fix annotation.
Scott Cantor
cantor.2 at osu.edu
Thu Jan 24 13:59:50 EST 2019
This is an automated email from the git hooks/post-receive script.
scantor pushed a commit to branch master
in repository java-identity-provider.
View the commit online:
http://git.shibboleth.net/view/?p=java-identity-provider.git;a=commit;h=7fce7fa0fac9a1ce5a5d3316efbd23b05ae01605
The following commit(s) were added to refs/heads/master by this push:
new 7fce7fa Fix annotation.
7fce7fa is described below
commit 7fce7fa0fac9a1ce5a5d3316efbd23b05ae01605
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Thu Jan 24 13:59:43 2019 -0500
Fix annotation.
---
.../shibboleth/idp/authn/context/SubjectCanonicalizationContext.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/idp-authn-api/src/main/java/net/shibboleth/idp/authn/context/SubjectCanonicalizationContext.java b/idp-authn-api/src/main/java/net/shibboleth/idp/authn/context/SubjectCanonicalizationContext.java
index 507a8d6..103c5ac 100644
--- a/idp-authn-api/src/main/java/net/shibboleth/idp/authn/context/SubjectCanonicalizationContext.java
+++ b/idp-authn-api/src/main/java/net/shibboleth/idp/authn/context/SubjectCanonicalizationContext.java
@@ -45,7 +45,7 @@ import org.opensaml.messaging.context.BaseContext;
public class SubjectCanonicalizationContext extends BaseContext {
/** Subject to canonicalize. */
- @Nonnull private Subject subject;
+ @Nullable private Subject subject;
/** Canonical principal name of subject. */
@Nullable private String principalName;
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list