[jboss-cvs] JBossAS SVN: r83740 - projects/integration/trunk/jboss-profileservice-spi/src/main/java/org/jboss/profileservice/spi.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Sun Feb 1 09:17:46 EST 2009


Author: emuckenhuber
Date: 2009-02-01 09:17:44 -0500 (Sun, 01 Feb 2009)
New Revision: 83740

Modified:
   projects/integration/trunk/jboss-profileservice-spi/src/main/java/org/jboss/profileservice/spi/Profile.java
Log:
deprecate methods, which should be removed

Modified: projects/integration/trunk/jboss-profileservice-spi/src/main/java/org/jboss/profileservice/spi/Profile.java
===================================================================
--- projects/integration/trunk/jboss-profileservice-spi/src/main/java/org/jboss/profileservice/spi/Profile.java	2009-02-01 06:18:06 UTC (rev 83739)
+++ projects/integration/trunk/jboss-profileservice-spi/src/main/java/org/jboss/profileservice/spi/Profile.java	2009-02-01 14:17:44 UTC (rev 83740)
@@ -93,6 +93,7 @@
     * @param attachments - the attachments that have been modified
     * @throws Exception for any error
     */
+   @Deprecated
    void updateDeployment(ProfileDeployment d, ManagedComponent comp) throws Exception;
 
    /**
@@ -144,6 +145,7 @@
     * @see #getModifiedDeployments
     * @param flag - the enable/disable flag
     */
+   @Deprecated
    void enableModifiedDeploymentChecks(boolean flag);
 
    /**




More information about the jboss-cvs-commits mailing list