unico       2004/10/30 11:51:13

  Modified:    src/webdav/server/org/apache/slide/webdav/method Tag:
                        SLIDE_2_1_RELEASE_BRANCH PutMethod.java
  Log:
  remove fine grain locks stuff
  
  Revision  Changes    Path
  No                   revision
  No                   revision
  1.81.2.5  +3 -16     
jakarta-slide/src/webdav/server/org/apache/slide/webdav/method/PutMethod.java
  
  Index: PutMethod.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-slide/src/webdav/server/org/apache/slide/webdav/method/PutMethod.java,v
  retrieving revision 1.81.2.4
  retrieving revision 1.81.2.5
  diff -u -r1.81.2.4 -r1.81.2.5
  --- PutMethod.java    30 Oct 2004 16:16:33 -0000      1.81.2.4
  +++ PutMethod.java    30 Oct 2004 18:51:13 -0000      1.81.2.5
  @@ -64,7 +64,6 @@
   public class PutMethod
       extends AbstractWebdavMethod
       implements DeltavConstants, WriteMethod {
  -     //, FineGrainedLockingMethod {
   
   
       // ----------------------------------------------------- Instance Variables
  @@ -91,18 +90,6 @@
       public PutMethod(NamespaceAccessToken token, WebdavServletConfig config) {
           super(token, config);
       }
  -    
  -    /**
  -     * @see 
org.apache.slide.webdav.method.FineGrainedLockingMethod#acquireFineGrainLocks()
  -     */
  -//    public void acquireFineGrainLocks() {
  -//        acquireStandardLocks(resourcePath);
  -//        // lock history folder in case we have auto versioning turned on
  -//        acquireHistoryLocks(resourcePath);
  -//        // changes this and parent
  -//        acquireLock(resourcePath, WRITE_LOCK);
  -//        acquireParentLock(resourcePath, WRITE_LOCK);
  -//    }
   
       // ------------------------------------------------------ Protected Methods
       
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to