[jboss-cvs] JBossAS SVN: r73448 - trunk/system/src/main/org/jboss/deployers/spi/management.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Fri May 16 10:17:36 EDT 2008


Author: adrian at jboss.org
Date: 2008-05-16 10:17:36 -0400 (Fri, 16 May 2008)
New Revision: 73448

Modified:
   trunk/system/src/main/org/jboss/deployers/spi/management/ManagementView.java
Log:
Make this compile

Modified: trunk/system/src/main/org/jboss/deployers/spi/management/ManagementView.java
===================================================================
--- trunk/system/src/main/org/jboss/deployers/spi/management/ManagementView.java	2008-05-16 14:11:57 UTC (rev 73447)
+++ trunk/system/src/main/org/jboss/deployers/spi/management/ManagementView.java	2008-05-16 14:17:36 UTC (rev 73448)
@@ -77,8 +77,8 @@
     * @param contentURL - URL for obtaining the deployment archive
     * @return DeploymentProgress progress object for the deployment
     */
-   public DeploymentProgress addDeployment(String name, DeploymentPhase phase,
-         URL contentURL);
+   //public DeploymentProgress addDeployment(String name, DeploymentPhase phase,
+   //      URL contentURL);
 
    /**
     * Search for a deployment matching the regex expression.




More information about the jboss-cvs-commits mailing list