[java-opensaml COMMIT] /trunk/opensaml-saml-impl/src/main/java/org/opensaml/saml/saml2/profile/impl/AbstractDecryptAc...

noreply at shibboleth.net noreply at shibboleth.net
Sat May 31 11:16:49 EDT 2014


Author: tzeller
Date: Sat May 31 11:16:48 2014
New Revision: 3903

URL: http://svn.shibboleth.net/view/java-opensaml?rev=3903&view=rev
Log:
Javadoc typo nit.

Modified:
    trunk/opensaml-saml-impl/src/main/java/org/opensaml/saml/saml2/profile/impl/AbstractDecryptAction.java

Modified: trunk/opensaml-saml-impl/src/main/java/org/opensaml/saml/saml2/profile/impl/AbstractDecryptAction.java
URL: http://svn.shibboleth.net/view/java-opensaml/trunk/opensaml-saml-impl/src/main/java/org/opensaml/saml/saml2/profile/impl/AbstractDecryptAction.java?rev=3903&r1=3902&r2=3903&view=diff
==============================================================================
--- trunk/opensaml-saml-impl/src/main/java/org/opensaml/saml/saml2/profile/impl/AbstractDecryptAction.java (original)
+++ trunk/opensaml-saml-impl/src/main/java/org/opensaml/saml/saml2/profile/impl/AbstractDecryptAction.java Sat May 31 11:16:48 2014
@@ -69,7 +69,7 @@
     /** Strategy used to locate the SAML message to operate on. */
     @Nonnull private Function<ProfileRequestContext, Object> messageLookupStrategy;
     
-    /** Predicate dertermining whether to attempt decryption. */
+    /** Predicate determining whether to attempt decryption. */
     @Nonnull private Predicate<Pair<ProfileRequestContext,EncryptedElementType>> decryptionPredicate;
     
     /** The decryption object. */



More information about the commits mailing list