[jboss-cvs] JBossAS SVN: r94223 - projects/vfs/branches/dml-zip-rework/src/main/java/org/jboss/vfs.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Thu Oct 1 15:29:26 EDT 2009


Author: david.lloyd at jboss.com
Date: 2009-10-01 15:29:26 -0400 (Thu, 01 Oct 2009)
New Revision: 94223

Modified:
   projects/vfs/branches/dml-zip-rework/src/main/java/org/jboss/vfs/VirtualFile.java
Log:
Fix docs

Modified: projects/vfs/branches/dml-zip-rework/src/main/java/org/jboss/vfs/VirtualFile.java
===================================================================
--- projects/vfs/branches/dml-zip-rework/src/main/java/org/jboss/vfs/VirtualFile.java	2009-10-01 19:27:07 UTC (rev 94222)
+++ projects/vfs/branches/dml-zip-rework/src/main/java/org/jboss/vfs/VirtualFile.java	2009-10-01 19:29:26 UTC (rev 94223)
@@ -375,11 +375,11 @@
     }
 
     /**
-     * Get a child virtual file.
+     * Get a child virtual file.  The child may or may not exist in the virtual filesystem.
      *
      * @param path the path
      *
-     * @return the child or {@code null} if not found
+     * @return the child
      *
      * @throws IllegalArgumentException if the path is null
      */




More information about the jboss-cvs-commits mailing list