You are viewing a plain text version of this content. The canonical link for it is here.
Posted to xindice-dev@xml.apache.org by vg...@apache.org on 2003/12/22 14:45:15 UTC

cvs commit: xml-xindice/java/src/org/apache/xindice/util MD5.java

vgritsenko    2003/12/22 05:45:15

  Modified:    java/src/org/apache/xindice/util MD5.java
  Log:
  Found not used class
  
  Revision  Changes    Path
  1.8       +3 -3      xml-xindice/java/src/org/apache/xindice/util/MD5.java
  
  Index: MD5.java
  ===================================================================
  RCS file: /home/cvs/xml-xindice/java/src/org/apache/xindice/util/MD5.java,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -r1.7 -r1.8
  --- MD5.java	9 Aug 2003 05:01:55 -0000	1.7
  +++ MD5.java	22 Dec 2003 13:45:15 -0000	1.8
  @@ -63,7 +63,7 @@
   import java.security.NoSuchAlgorithmException;
   
   /**
  - *
  + * TODO: Not used. Remove?
    * @version CVS $Revision$, $Date$
    */
   public class MD5 {