blautenb    2004/03/08 01:50:19

  Modified:    src/org/apache/xml/security/encryption XMLCipher.java
  Log:
  Patch for build under JDK1.3 submitted by [EMAIL PROTECTED]
  
  Revision  Changes    Path
  1.23      +2 -2      
xml-security/src/org/apache/xml/security/encryption/XMLCipher.java
  
  Index: XMLCipher.java
  ===================================================================
  RCS file: 
/home/cvs/xml-security/src/org/apache/xml/security/encryption/XMLCipher.java,v
  retrieving revision 1.22
  retrieving revision 1.23
  diff -u -r1.22 -r1.23
  --- XMLCipher.java    6 Mar 2004 11:36:33 -0000       1.22
  +++ XMLCipher.java    8 Mar 2004 09:50:18 -0000       1.23
  @@ -3767,7 +3767,7 @@
                   }
   
                   public Element toElement() {
  -                    return toElement(EncryptionConstants._TAG_DATAREFERENCE);
  +                    return 
super.toElement(EncryptionConstants._TAG_DATAREFERENCE);
                   }
               }
   
  @@ -3777,7 +3777,7 @@
                   }
   
                   public Element toElement() {
  -                    return toElement(EncryptionConstants._TAG_KEYREFERENCE);
  +                    return 
super.toElement(EncryptionConstants._TAG_KEYREFERENCE);
                   }
               }
           }
  
  
  

Reply via email to