[java-identity-provider COMMIT] /trunk/idp-saml-impl/src/main/java/net/shibboleth/idp/saml/impl/nameid/BaseTransientD...

noreply at shibboleth.net noreply at shibboleth.net
Thu Feb 20 12:08:51 EST 2014


Author: rdw
Date: Thu Feb 20 12:08:50 2014
New Revision: 5418

URL: http://svn.shibboleth.net/view/java-identity-provider?rev=5418&view=rev
Log:
typo in error message

Modified:
    trunk/idp-saml-impl/src/main/java/net/shibboleth/idp/saml/impl/nameid/BaseTransientDecoder.java

Modified: trunk/idp-saml-impl/src/main/java/net/shibboleth/idp/saml/impl/nameid/BaseTransientDecoder.java
URL: http://svn.shibboleth.net/view/java-identity-provider/trunk/idp-saml-impl/src/main/java/net/shibboleth/idp/saml/impl/nameid/BaseTransientDecoder.java?rev=5418&r1=5417&r2=5418&view=diff
==============================================================================
--- trunk/idp-saml-impl/src/main/java/net/shibboleth/idp/saml/impl/nameid/BaseTransientDecoder.java (original)
+++ trunk/idp-saml-impl/src/main/java/net/shibboleth/idp/saml/impl/nameid/BaseTransientDecoder.java Thu Feb 20 12:08:50 2014
@@ -94,7 +94,7 @@
     /** {@inheritDoc} */
     @Nonnull public String decode(@Nonnull String transientId, @Nullable String issuerId, @Nullable String requesterId)
             throws SubjectCanonicalizationException, NameDecoderException {
-        Constraint.isNotNull(requesterId, "Supplied requested should be null");
+        Constraint.isNotNull(requesterId, "Supplied requested should not be null");
         ComponentSupport.ifNotInitializedThrowUninitializedComponentException(this);
 
         if (null == transientId) {



More information about the commits mailing list