[jboss-cvs] JBossAS SVN: r68300 - projects/microcontainer/trunk/deployers-vfs/src/main/org/jboss/deployers/vfs/plugins/structure.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Fri Dec 14 13:07:42 EST 2007


Author: alesj
Date: 2007-12-14 13:07:41 -0500 (Fri, 14 Dec 2007)
New Revision: 68300

Modified:
   projects/microcontainer/trunk/deployers-vfs/src/main/org/jboss/deployers/vfs/plugins/structure/VFSDeploymentResourceLoaderImpl.java
Log:
Redundant variable.

Modified: projects/microcontainer/trunk/deployers-vfs/src/main/org/jboss/deployers/vfs/plugins/structure/VFSDeploymentResourceLoaderImpl.java
===================================================================
--- projects/microcontainer/trunk/deployers-vfs/src/main/org/jboss/deployers/vfs/plugins/structure/VFSDeploymentResourceLoaderImpl.java	2007-12-14 17:53:01 UTC (rev 68299)
+++ projects/microcontainer/trunk/deployers-vfs/src/main/org/jboss/deployers/vfs/plugins/structure/VFSDeploymentResourceLoaderImpl.java	2007-12-14 18:07:41 UTC (rev 68300)
@@ -59,8 +59,7 @@
    {
       try
       {
-         VirtualFile child = root.findChild(path);
-         return child;
+         return root.findChild(path);
       }
       catch (IOException e)
       {




More information about the jboss-cvs-commits mailing list