[jboss-cvs] JBossAS SVN: r86960 - branches/Branch_5_x/profileservice/src/main/org/jboss/profileservice/management.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Wed Apr 8 08:43:29 EDT 2009


Author: emuckenhuber
Date: 2009-04-08 08:43:29 -0400 (Wed, 08 Apr 2009)
New Revision: 86960

Modified:
   branches/Branch_5_x/profileservice/src/main/org/jboss/profileservice/management/ManagementViewImpl.java
Log:
remove the not needed operations from process()

Modified: branches/Branch_5_x/profileservice/src/main/org/jboss/profileservice/management/ManagementViewImpl.java
===================================================================
--- branches/Branch_5_x/profileservice/src/main/org/jboss/profileservice/management/ManagementViewImpl.java	2009-04-08 12:42:43 UTC (rev 86959)
+++ branches/Branch_5_x/profileservice/src/main/org/jboss/profileservice/management/ManagementViewImpl.java	2009-04-08 12:43:29 UTC (rev 86960)
@@ -1011,8 +1011,7 @@
    
    public void process() throws DeploymentException
    {
-      mainDeployer.process();
-      mainDeployer.checkComplete();
+      //
    }
 
    /**




More information about the jboss-cvs-commits mailing list