[java-xmltooling COMMIT] in /branches/REL_1: doc/RELEASE-NOTES.txt src/main/java/org/opensaml/xml/encryption/SimpleKe...

noreply at shibboleth.net noreply at shibboleth.net
Fri Mar 14 18:55:50 EDT 2014


Author: putmanb
Date: Fri Mar 14 18:55:50 2014
New Revision: 821

URL: http://svn.shibboleth.net/view/java-xmltooling?rev=821&view=rev
Log:
JXT-109: SimpleKeyInfoReferenceEncryptedKeyResolver constructor missing 'public' modifier 

Modified:
    branches/REL_1/doc/RELEASE-NOTES.txt
    branches/REL_1/src/main/java/org/opensaml/xml/encryption/SimpleKeyInfoReferenceEncryptedKeyResolver.java

Modified: branches/REL_1/doc/RELEASE-NOTES.txt
URL: http://svn.shibboleth.net/view/java-xmltooling/branches/REL_1/doc/RELEASE-NOTES.txt?rev=821&r1=820&r2=821&view=diff
==============================================================================
--- branches/REL_1/doc/RELEASE-NOTES.txt (original)
+++ branches/REL_1/doc/RELEASE-NOTES.txt Fri Mar 14 18:55:50 2014
@@ -1,6 +1,7 @@
 Changes in Release 1.4.2
 =============================================
 [JXT-108] - Encrypter setKeyResolverCriteria() typo, should be getKeyResolverCriteria()
+[JXT-109] - SimpleKeyInfoReferenceEncryptedKeyResolver constructor missing 'public' modifier 
 
 Changes in Release 1.4.1
 =============================================

Modified: branches/REL_1/src/main/java/org/opensaml/xml/encryption/SimpleKeyInfoReferenceEncryptedKeyResolver.java
URL: http://svn.shibboleth.net/view/java-xmltooling/branches/REL_1/src/main/java/org/opensaml/xml/encryption/SimpleKeyInfoReferenceEncryptedKeyResolver.java?rev=821&r1=820&r2=821&view=diff
==============================================================================
--- branches/REL_1/src/main/java/org/opensaml/xml/encryption/SimpleKeyInfoReferenceEncryptedKeyResolver.java (original)
+++ branches/REL_1/src/main/java/org/opensaml/xml/encryption/SimpleKeyInfoReferenceEncryptedKeyResolver.java Fri Mar 14 18:55:50 2014
@@ -46,7 +46,7 @@
     private int depthLimit;
 
     /** Constructor. */
-    SimpleKeyInfoReferenceEncryptedKeyResolver() {
+    public SimpleKeyInfoReferenceEncryptedKeyResolver() {
         depthLimit = 5;
     }
     



More information about the commits mailing list