You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@santuario.apache.org by vd...@apache.org on 2003/11/20 09:33:22 UTC

cvs commit: xml-security/src/org/apache/xml/security/encryption Transforms.java

vdkoogh     2003/11/20 00:33:22

  Modified:    src/org/apache/xml/security/encryption Transforms.java
  Log:
  Organized imports
  
  CVS: ----------------------------------------------------------------------
  CVS: PR:
  CVS:   If this change addresses a PR in the problem report tracking
  CVS:   database, then enter the PR number(s) here.
  CVS: Obtained from:
  CVS:   If this change has been taken from another system, such as NCSA,
  CVS:   then name the system in this line, otherwise delete it.
  CVS: Submitted by:
  CVS:   If this code has been contributed to Apache by someone else; i.e.,
  CVS:   they sent us a patch or a new module, then include their name/email
  CVS:   address here. If this is your work then delete this line.
  CVS: Reviewed by:
  CVS:   If we are doing pre-commit code reviews and someone else has
  CVS:   reviewed your changes, include their name(s) here.
  CVS:   If you have not had it reviewed then delete this line.
  
  Revision  Changes    Path
  1.7       +0 -2      xml-security/src/org/apache/xml/security/encryption/Transforms.java
  
  Index: Transforms.java
  ===================================================================
  RCS file: /home/cvs/xml-security/src/org/apache/xml/security/encryption/Transforms.java,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- Transforms.java	16 Nov 2003 09:20:32 -0000	1.6
  +++ Transforms.java	20 Nov 2003 08:33:22 -0000	1.7
  @@ -59,8 +59,6 @@
   package org.apache.xml.security.encryption;
   
   
  -import java.util.Iterator;
  -import org.apache.xml.security.transforms.Transform;
   
   
   /**