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/04/14 08:49:43 UTC

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

remm        01/04/13 23:49:43

  Modified:    src/webdav/client/src/org/apache/webdav/lib
                        WebdavClient.java
  Log:
  - Synchronize WebdavClient.executeMethod.
  
  Revision  Changes    Path
  1.36      +4 -4      jakarta-slide/src/webdav/client/src/org/apache/webdav/lib/WebdavClient.java
  
  Index: WebdavClient.java
  ===================================================================
  RCS file: /home/cvs/jakarta-slide/src/webdav/client/src/org/apache/webdav/lib/WebdavClient.java,v
  retrieving revision 1.35
  retrieving revision 1.36
  diff -u -r1.35 -r1.36
  --- WebdavClient.java	2001/04/13 08:04:37	1.35
  +++ WebdavClient.java	2001/04/14 06:49:43	1.36
  @@ -1,7 +1,7 @@
   /*
  - * $Header: /home/cvs/jakarta-slide/src/webdav/client/src/org/apache/webdav/lib/WebdavClient.java,v 1.35 2001/04/13 08:04:37 remm Exp $
  - * $Revision: 1.35 $
  - * $Date: 2001/04/13 08:04:37 $
  + * $Header: /home/cvs/jakarta-slide/src/webdav/client/src/org/apache/webdav/lib/WebdavClient.java,v 1.36 2001/04/14 06:49:43 remm Exp $
  + * $Revision: 1.36 $
  + * $Date: 2001/04/14 06:49:43 $
    *
    * ====================================================================
    *
  @@ -325,7 +325,7 @@
        *
        * @param method WebDAV method to execute
        */
  -    public void executeMethod(WebdavMethod method)
  +    public synchronized void executeMethod(WebdavMethod method)
           throws IOException, WebdavException {
   
           int retries = 0;