[jboss-cvs] JBossAS SVN: r79752 - projects/jboss-deployers/trunk/deployers-structure-spi/src/main/java/org/jboss/deployers/structure/spi.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Mon Oct 20 11:12:37 EDT 2008


Author: adrian at jboss.org
Date: 2008-10-20 11:12:37 -0400 (Mon, 20 Oct 2008)
New Revision: 79752

Modified:
   projects/jboss-deployers/trunk/deployers-structure-spi/src/main/java/org/jboss/deployers/structure/spi/DeploymentMBean.java
Log:
[JBDEPLOY-99] - This should not be changeable via the managed operation

Modified: projects/jboss-deployers/trunk/deployers-structure-spi/src/main/java/org/jboss/deployers/structure/spi/DeploymentMBean.java
===================================================================
--- projects/jboss-deployers/trunk/deployers-structure-spi/src/main/java/org/jboss/deployers/structure/spi/DeploymentMBean.java	2008-10-20 15:11:47 UTC (rev 79751)
+++ projects/jboss-deployers/trunk/deployers-structure-spi/src/main/java/org/jboss/deployers/structure/spi/DeploymentMBean.java	2008-10-20 15:12:37 UTC (rev 79752)
@@ -113,13 +113,6 @@
     * @return the mutable scope
     */
    ScopeKey getMutableScope();
-   
-   /**
-    * Set the mutable scope
-    * 
-    * @param key the mutable scope key
-    */
-   void setMutableScope(ScopeKey key);
 
    /**
     * Get the deployment state




More information about the jboss-cvs-commits mailing list