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...@locus.apache.org on 2000/12/01 08:39:13 UTC

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

remm        00/11/30 23:39:13

  Modified:    src/webdav/client/src/org/apache/webdav/lib
                        WebdavClient.java
  Log:
  - Remove useless stack trace.
  
  Revision  Changes    Path
  1.11      +3 -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.10
  retrieving revision 1.11
  diff -u -r1.10 -r1.11
  --- WebdavClient.java	2000/11/30 19:48:03	1.10
  +++ WebdavClient.java	2000/12/01 07:39:12	1.11
  @@ -1,7 +1,7 @@
   /*
  - * $Header: /home/cvs/jakarta-slide/src/webdav/client/src/org/apache/webdav/lib/WebdavClient.java,v 1.10 2000/11/30 19:48:03 remm Exp $
  - * $Revision: 1.10 $
  - * $Date: 2000/11/30 19:48:03 $
  + * $Header: /home/cvs/jakarta-slide/src/webdav/client/src/org/apache/webdav/lib/WebdavClient.java,v 1.11 2000/12/01 07:39:12 remm Exp $
  + * $Revision: 1.11 $
  + * $Date: 2000/12/01 07:39:12 $
    *
    * ====================================================================
    *
  @@ -295,7 +295,6 @@
                   }
                   
               } catch (IOException e) {
  -                e.printStackTrace();
                   // If something goes wrong, disconnect, then reconnect
                   try {
                       closeConnection();