[java-identity-provider COMMIT] /trunk/idp-authn-impl/src/main/java/net/shibboleth/idp/authn/impl/SimpleSubjectCanoni...
noreply at shibboleth.net
noreply at shibboleth.net
Thu Jan 30 07:13:11 EST 2014
Author: rdw
Date: Thu Jan 30 07:13:11 2014
New Revision: 5274
URL: http://svn.shibboleth.net/view/java-identity-provider?rev=5274&view=rev
Log:
Annotation cleanup
Modified:
trunk/idp-authn-impl/src/main/java/net/shibboleth/idp/authn/impl/SimpleSubjectCanonicalization.java
Modified: trunk/idp-authn-impl/src/main/java/net/shibboleth/idp/authn/impl/SimpleSubjectCanonicalization.java
URL: http://svn.shibboleth.net/view/java-identity-provider/trunk/idp-authn-impl/src/main/java/net/shibboleth/idp/authn/impl/SimpleSubjectCanonicalization.java?rev=5274&r1=5273&r2=5274&view=diff
==============================================================================
--- trunk/idp-authn-impl/src/main/java/net/shibboleth/idp/authn/impl/SimpleSubjectCanonicalization.java (original)
+++ trunk/idp-authn-impl/src/main/java/net/shibboleth/idp/authn/impl/SimpleSubjectCanonicalization.java Thu Jan 30 07:13:11 2014
@@ -106,7 +106,7 @@
* @param duringAction true iff the method is run from the action above
* @return true iff the action can operate successfully on the candidate contexts
*/
- public boolean apply(@Nullable final ProfileRequestContext profileRequestContext,
+ public boolean apply(@Nonnull final ProfileRequestContext profileRequestContext,
@Nonnull final SubjectCanonicalizationContext c14nContext, final boolean duringAction) {
final Set<UsernamePrincipal> usernames;
More information about the commits
mailing list