adammurdoch    2002/11/16 19:37:28

  Modified:    vfs/src/java/org/apache/commons/vfs/impl
                        StandardFileSystemManager.java
               vfs/src/java/org/apache/commons/vfs/tasks VfsTask.java
  Log:
  Javadocs.
  
  Revision  Changes    Path
  1.5       +4 -5      
jakarta-commons-sandbox/vfs/src/java/org/apache/commons/vfs/impl/StandardFileSystemManager.java
  
  Index: StandardFileSystemManager.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-commons-sandbox/vfs/src/java/org/apache/commons/vfs/impl/StandardFileSystemManager.java,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- StandardFileSystemManager.java    1 Nov 2002 03:29:31 -0000       1.4
  +++ StandardFileSystemManager.java    17 Nov 2002 03:37:28 -0000      1.5
  @@ -61,14 +61,13 @@
   
   /**
    * A {@link org.apache.commons.vfs.FileSystemManager} that configures itself
  - * to use the standard providers and other components.  To use this
  - * manager:
  + * to use the standard providers and components.  To use this manager:
    *
    * <ul>
    * <li>Create an instance of this class.
  - * <li>Set the logger using {@link #setLogger}.
  + * <li>Set the logger using {@link #setLogger} (optional).
  + * <li>Add custom providers and components.
    * <li>Configure the manager using {@link #init}.
  - * <li>Add additional providers, or replace the default services.
    * </ul>
    *
    * @author <a href="mailto:[EMAIL PROTECTED]";>Adam Murdoch</a>
  
  
  
  1.6       +4 -2      
jakarta-commons-sandbox/vfs/src/java/org/apache/commons/vfs/tasks/VfsTask.java
  
  Index: VfsTask.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-commons-sandbox/vfs/src/java/org/apache/commons/vfs/tasks/VfsTask.java,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- VfsTask.java      25 Oct 2002 11:10:40 -0000      1.5
  +++ VfsTask.java      17 Nov 2002 03:37:28 -0000      1.6
  @@ -65,7 +65,9 @@
   import org.apache.tools.ant.Task;
   
   /**
  - * Base class for the VFS Ant tasks.  Provides some utility methods.
  + * Base class for the VFS Ant tasks.  Takes care of creating a FileSystemManager,
  + * and for cleaning it up at the end of the build.  Also provides some
  + * utility methods.
    *
    * @author <a href="mailto:[EMAIL PROTECTED]";>Adam Murdoch</a>
    * @version $Revision$ $Date$
  
  
  

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

Reply via email to