[java-opensaml COMMIT] /trunk/opensaml-xmlsec-api/src/main/java/org/opensaml/xmlsec/encryption/support/Decrypter.java
noreply at shibboleth.net
noreply at shibboleth.net
Fri Mar 7 19:29:42 EST 2014
Author: putmanb
Date: Fri Mar 7 19:29:42 2014
New Revision: 3681
URL: http://svn.shibboleth.net/view/java-opensaml?rev=3681&view=rev
Log:
Port forward JXT-108, typo in method name.
Modified:
trunk/opensaml-xmlsec-api/src/main/java/org/opensaml/xmlsec/encryption/support/Decrypter.java
Modified: trunk/opensaml-xmlsec-api/src/main/java/org/opensaml/xmlsec/encryption/support/Decrypter.java
URL: http://svn.shibboleth.net/view/java-opensaml/trunk/opensaml-xmlsec-api/src/main/java/org/opensaml/xmlsec/encryption/support/Decrypter.java?rev=3681&r1=3680&r2=3681&view=diff
==============================================================================
--- trunk/opensaml-xmlsec-api/src/main/java/org/opensaml/xmlsec/encryption/support/Decrypter.java (original)
+++ trunk/opensaml-xmlsec-api/src/main/java/org/opensaml/xmlsec/encryption/support/Decrypter.java Fri Mar 7 19:29:42 2014
@@ -346,7 +346,7 @@
*
* @return the static criteria set to use
*/
- public CriteriaSet setKeyResolverCriteria() {
+ public CriteriaSet getKeyResolverCriteria() {
return resolverCriteria;
}
More information about the commits
mailing list