You are viewing a plain text version of this content. The canonical link for it is here.
Posted to slide-dev@jakarta.apache.org by re...@apache.org on 2001/02/15 18:45:53 UTC

cvs commit: jakarta-slide/src/share/org/apache/slide/lock NodeLock.java

remm        01/02/15 09:45:52

  Modified:    src/share/org/apache/slide/lock NodeLock.java
  Log:
  - Create a set of utils which are shared between the three components of Slide
    to avoid having a version of the file in multiple spots in the repository.
  - Make necessary changes in the classes.
  
  Revision  Changes    Path
  1.8       +5 -5      jakarta-slide/src/share/org/apache/slide/lock/NodeLock.java
  
  Index: NodeLock.java
  ===================================================================
  RCS file: /home/cvs/jakarta-slide/src/share/org/apache/slide/lock/NodeLock.java,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -r1.7 -r1.8
  --- NodeLock.java	2001/01/09 09:17:14	1.7
  +++ NodeLock.java	2001/02/15 17:45:49	1.8
  @@ -1,7 +1,7 @@
   /*
  - * $Header: /home/cvs/jakarta-slide/src/share/org/apache/slide/lock/NodeLock.java,v 1.7 2001/01/09 09:17:14 juergen Exp $
  - * $Revision: 1.7 $
  - * $Date: 2001/01/09 09:17:14 $
  + * $Header: /home/cvs/jakarta-slide/src/share/org/apache/slide/lock/NodeLock.java,v 1.8 2001/02/15 17:45:49 remm Exp $
  + * $Revision: 1.8 $
  + * $Date: 2001/02/15 17:45:49 $
    *
    * ====================================================================
    *
  @@ -68,14 +68,14 @@
   import java.security.NoSuchAlgorithmException;
   import org.apache.slide.common.*;
   import org.apache.slide.structure.*;
  -import org.apache.slide.util.MD5Encoder;
  +import org.apache.util.MD5Encoder;
   import org.apache.slide.util.Messages;
   
   /**
    * NodeLock class.
    *
    * @author <a href="mailto:remm@apache.org">Remy Maucherat</a>
  - * @version $Revision: 1.7 $
  + * @version $Revision: 1.8 $
    */
   public final class NodeLock implements Cloneable, java.io.Serializable {