[jboss-cvs] JBossAS SVN: r74415 - projects/vfs/trunk/src/main/java/org/jboss/virtual/plugins/context/file.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Wed Jun 11 16:26:11 EDT 2008


Author: alesj
Date: 2008-06-11 16:26:11 -0400 (Wed, 11 Jun 2008)
New Revision: 74415

Modified:
   projects/vfs/trunk/src/main/java/org/jboss/virtual/plugins/context/file/FileSystemContext.java
Log:
javadocs

Modified: projects/vfs/trunk/src/main/java/org/jboss/virtual/plugins/context/file/FileSystemContext.java
===================================================================
--- projects/vfs/trunk/src/main/java/org/jboss/virtual/plugins/context/file/FileSystemContext.java	2008-06-11 20:08:04 UTC (rev 74414)
+++ projects/vfs/trunk/src/main/java/org/jboss/virtual/plugins/context/file/FileSystemContext.java	2008-06-11 20:26:11 UTC (rev 74415)
@@ -356,7 +356,7 @@
     *
     * @param file file to check
     * @return true if file exists
-    * @throws IOException
+    * @throws IOException for any error
     */
    protected boolean exists(File file) throws IOException
    {




More information about the jboss-cvs-commits mailing list