adammurdoch    2003/06/28 03:54:28

  Modified:    vfs/src/java/org/apache/commons/vfs/provider
                        AbstractFileObject.java
               vfs/src/java/org/apache/commons/vfs/provider/url
                        UrlFileObject.java
  Log:
  Javadocs.
  
  Revision  Changes    Path
  1.30      +1 -1      
jakarta-commons-sandbox/vfs/src/java/org/apache/commons/vfs/provider/AbstractFileObject.java
  
  Index: AbstractFileObject.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-commons-sandbox/vfs/src/java/org/apache/commons/vfs/provider/AbstractFileObject.java,v
  retrieving revision 1.29
  retrieving revision 1.30
  diff -u -r1.29 -r1.30
  --- AbstractFileObject.java   17 Mar 2003 09:07:32 -0000      1.29
  +++ AbstractFileObject.java   28 Jun 2003 10:54:28 -0000      1.30
  @@ -85,7 +85,7 @@
    * @todo Chop this class up - move all the protected methods to several
    *       interfaces, so that structure and content can be separately overridden.
    * @todo Check caps in methods like getChildren(), etc, and give better error 
messages
  - *       (eg 'this file type does not support listing children, vs 'this is not a 
folder') 
  + *       (eg 'this file type does not support listing children', vs 'this is not a 
folder') 
    *
    * @author <a href="mailto:[EMAIL PROTECTED]">Adam Murdoch</a>
    * @version $Revision$ $Date$
  
  
  
  1.8       +2 -2      
jakarta-commons-sandbox/vfs/src/java/org/apache/commons/vfs/provider/url/UrlFileObject.java
  
  Index: UrlFileObject.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-commons-sandbox/vfs/src/java/org/apache/commons/vfs/provider/url/UrlFileObject.java,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -r1.7 -r1.8
  --- UrlFileObject.java        24 Jun 2003 10:34:41 -0000      1.7
  +++ UrlFileObject.java        28 Jun 2003 10:54:28 -0000      1.8
  @@ -70,7 +70,7 @@
    * @author <a href="mailto:[EMAIL PROTECTED]">Adam Murdoch</a>
    * @version $Revision$ $Date$
    *
  - * @todo Implement get/set lastModified and get/set attribute
  + * @todo Implement set lastModified and get/set attribute
    * @todo Implement getOutputStream()
    */
   class UrlFileObject
  
  
  

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

Reply via email to