adammurdoch    2003/02/17 01:20:02

  Modified:    vfs/src/java/org/apache/commons/vfs/provider/webdav
                        WebdavFileObject.java
  Log:
  Fix javadocs.
  
  Revision  Changes    Path
  1.3       +2 -6      
jakarta-commons-sandbox/vfs/src/java/org/apache/commons/vfs/provider/webdav/WebdavFileObject.java
  
  Index: WebdavFileObject.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-commons-sandbox/vfs/src/java/org/apache/commons/vfs/provider/webdav/WebdavFileObject.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- WebdavFileObject.java     15 Feb 2003 02:35:35 -0000      1.2
  +++ WebdavFileObject.java     17 Feb 2003 09:20:01 -0000      1.3
  @@ -92,11 +92,7 @@
       }
   
       /**
  -     * Attaches this file object to its file resource.  This method is called
  -     * before any of the doBlah() or onBlah() methods.  Sub-classes can use
  -     * this method to perform lazy initialisation.
  -     *
  -     * This implementation does nothing.
  +     * Attaches this file object to its file resource.
        */
       protected void doAttach() throws Exception
       {
  
  
  

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

Reply via email to