dirkv       02/01/11 06:27:00

  Modified:    src/webdav/client/src/org/apache/webdav/lib WebdavFile.java
  Log:
  fix javadoc warning
  
  Revision  Changes    Path
  1.3       +6 -6      
jakarta-slide/src/webdav/client/src/org/apache/webdav/lib/WebdavFile.java
  
  Index: WebdavFile.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-slide/src/webdav/client/src/org/apache/webdav/lib/WebdavFile.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- WebdavFile.java   2 Jan 2002 17:57:41 -0000       1.2
  +++ WebdavFile.java   11 Jan 2002 14:27:00 -0000      1.3
  @@ -1,7 +1,7 @@
   /*
  - * $Header: 
/home/cvs/jakarta-slide/src/webdav/client/src/org/apache/webdav/lib/WebdavFile.java,v 
1.2 2002/01/02 17:57:41 remm Exp $
  - * $Revision: 1.2 $
  - * $Date: 2002/01/02 17:57:41 $
  + * $Header: 
/home/cvs/jakarta-slide/src/webdav/client/src/org/apache/webdav/lib/WebdavFile.java,v 
1.3 2002/01/11 14:27:00 dirkv Exp $
  + * $Revision: 1.3 $
  + * $Date: 2002/01/11 14:27:00 $
    *
    * ====================================================================
    *
  @@ -468,17 +468,17 @@
       }
     }
   
  -  /** @todo */
  +  /** todo */
     public static File[] listRoots() {
       throw new WebdavException(WebdavException.NOT_IMPLEMENTED);
     }
   
  -  /** @todo */
  +  /** todo */
     public static File createTempFile(String prefix, String suffix, File directory) {
       throw new WebdavException(WebdavException.NOT_IMPLEMENTED);
     }
   
  -  /** @todo */
  +  /** todo */
     public static File createTempFile(String prefix, String suffix) {
       return WebdavFile.createTempFile(prefix, suffix, null);
     }
  
  
  

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

Reply via email to