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 di...@apache.org on 2001/07/30 21:56:30 UTC

cvs commit: jakarta-slide/src/webdav/client/src/org/apache/webdav/lib/methods DepthSupport.java

dirkv       01/07/30 12:56:30

  Modified:    src/webdav/client/src/org/apache/webdav/lib/methods
                        DepthSupport.java
  Log:
  define infinity as max integer value
  
  Revision  Changes    Path
  1.3       +4 -4      jakarta-slide/src/webdav/client/src/org/apache/webdav/lib/methods/DepthSupport.java
  
  Index: DepthSupport.java
  ===================================================================
  RCS file: /home/cvs/jakarta-slide/src/webdav/client/src/org/apache/webdav/lib/methods/DepthSupport.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- DepthSupport.java	2001/05/15 17:14:07	1.2
  +++ DepthSupport.java	2001/07/30 19:56:30	1.3
  @@ -1,7 +1,7 @@
   /*
  - * $Header: /home/cvs/jakarta-slide/src/webdav/client/src/org/apache/webdav/lib/methods/DepthSupport.java,v 1.2 2001/05/15 17:14:07 jericho Exp $
  - * $Revision: 1.2 $
  - * $Date: 2001/05/15 17:14:07 $
  + * $Header: /home/cvs/jakarta-slide/src/webdav/client/src/org/apache/webdav/lib/methods/DepthSupport.java,v 1.3 2001/07/30 19:56:30 dirkv Exp $
  + * $Revision: 1.3 $
  + * $Date: 2001/07/30 19:56:30 $
    *
    * ====================================================================
    *
  @@ -96,7 +96,7 @@
       /**
        * Request with depth infinity.
        */
  -    public static final int DEPTH_INFINITY = 2;
  +    public static final int DEPTH_INFINITY = Integer.MAX_VALUE;
   
   
       // ------------------------------------------------------------- Properties