Author: felixk
Date: Tue Mar 22 05:33:31 2011
New Revision: 1084070

URL: http://svn.apache.org/viewvc?rev=1084070&view=rev
Log:
The @phoenix annotation seems to be a left-over of avalon-phoenix which has 
been replaced by pure spring in version 3.x

Modified:
    
james/server/trunk/data-api/src/main/java/org/apache/james/vut/api/VirtualUserTableManagementMBean.java

Modified: 
james/server/trunk/data-api/src/main/java/org/apache/james/vut/api/VirtualUserTableManagementMBean.java
URL: 
http://svn.apache.org/viewvc/james/server/trunk/data-api/src/main/java/org/apache/james/vut/api/VirtualUserTableManagementMBean.java?rev=1084070&r1=1084069&r2=1084070&view=diff
==============================================================================
--- 
james/server/trunk/data-api/src/main/java/org/apache/james/vut/api/VirtualUserTableManagementMBean.java
 (original)
+++ 
james/server/trunk/data-api/src/main/java/org/apache/james/vut/api/VirtualUserTableManagementMBean.java
 Tue Mar 22 05:33:31 2011
@@ -33,8 +33,6 @@ public interface VirtualUserTableManagem
     
     /**
      * Add regex mapping
-     * @phoenix:mx-operation
-     * @phoenix:mx-description Add regex mapping
      * 
      * @param user the username. Null if no username should be used
      * @param domain the domain. Null if no domain should be used
@@ -44,8 +42,6 @@ public interface VirtualUserTableManagem
     
     /**
      * Remove regex mapping
-     * @phoenix:mx-operation
-     * @phoenix:mx-description Remove regex mapping
      * 
      * @param user the username. Null if no username should be used
      * @param domain the domain. Null if no domain should be used
@@ -55,8 +51,6 @@ public interface VirtualUserTableManagem
     
     /***
      * Add address mapping
-     * @phoenix:mx-operation
-     * @phoenix:mx-description Add address mapping
      * 
      * @param user the username. Null if no username should be used
      * @param domain the domain. Null if no domain should be used
@@ -66,8 +60,6 @@ public interface VirtualUserTableManagem
     
     /**
      * Remove address mapping
-     * @phoenix:mx-operation
-     * @phoenix:mx-description Remove address mapping
      * 
      * @param user the username. Null if no username should be used
      * @param domain the domain. Null if no domain should be used
@@ -77,8 +69,6 @@ public interface VirtualUserTableManagem
     
     /**
      * Add error mapping
-     * @phoenix:mx-operation
-     * @phoenix:mx-description Add error mapping
      * 
      * @param user the username. Null if no username should be used
      * @param domain the domain. Null if no domain should be used
@@ -88,8 +78,6 @@ public interface VirtualUserTableManagem
 
     /**
      * Remove error mapping
-     * @phoenix:mx-operation
-     * @phoenix:mx-description Remove error mapping
      * 
      * @param user the username. Null if no username should be used
      * @param domain the domain. Null if no domain should be used
@@ -101,9 +89,6 @@ public interface VirtualUserTableManagem
     /**
      * Return the explicit mapping stored for the given user and domain. 
Return null
      * if no mapping was found
-     * @phoenix:mx-operation
-     * @phoenix:mx-description Return the explicit mapping stored for the 
given user and domain. Return null
-     *                         if no mapping was found
      *
      * @param user the username
      * @param domain the domain
@@ -113,8 +98,6 @@ public interface VirtualUserTableManagem
     
     /**
     * Try to identify the right method based on the prefix of the mapping and 
add it.
-    * @phoenix:mx-operation
-    * @phoenix:mx-description Try to identify the right method based on the 
prefix of the mapping and add it
     * 
     * @param user the username. Null if no username should be used
     * @param domain the domain. Null if no domain should be used
@@ -124,8 +107,6 @@ public interface VirtualUserTableManagem
     
     /**
      * Try to identify the right method based on the prefix of the mapping and 
remove it.
-     * @phoenix:mx-operation
-     * @phoenix:mx-description Try to identify the right method based on the 
prefix of the mapping and remove it
      *
      * @param user the username. Null if no username should be used
      * @param domain the domain. Null if no domain should be used



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to