[jboss-cvs] JBossAS SVN: r71816 - projects/jboss-deployers/trunk/deployers-impl/src/main/org/jboss/deployers/plugins/deployers.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Wed Apr 9 04:46:13 EDT 2008


Author: alesj
Date: 2008-04-09 04:46:12 -0400 (Wed, 09 Apr 2008)
New Revision: 71816

Modified:
   projects/jboss-deployers/trunk/deployers-impl/src/main/org/jboss/deployers/plugins/deployers/DeployersImpl.java
Log:
Old code leftover removal.

Modified: projects/jboss-deployers/trunk/deployers-impl/src/main/org/jboss/deployers/plugins/deployers/DeployersImpl.java
===================================================================
--- projects/jboss-deployers/trunk/deployers-impl/src/main/org/jboss/deployers/plugins/deployers/DeployersImpl.java	2008-04-09 08:41:16 UTC (rev 71815)
+++ projects/jboss-deployers/trunk/deployers-impl/src/main/org/jboss/deployers/plugins/deployers/DeployersImpl.java	2008-04-09 08:46:12 UTC (rev 71816)
@@ -503,7 +503,6 @@
             {
                ControllerState current = deploymentControllerContext.getState();
                if (ControllerState.ERROR.equals(current) == false && states.isAfterState(current, state))
-               //if (currentIdx != -1 && currentIdx > i)
                {
                   DeploymentContext context = deploymentControllerContext.getDeploymentContext();
                   try




More information about the jboss-cvs-commits mailing list