You are viewing a plain text version of this content. The canonical link for it is here.
Posted to server-dev@james.apache.org by no...@apache.org on 2006/11/19 21:57:09 UTC

svn commit: r476920 - /james/server/trunk/src/java/org/apache/james/remotemanager/RemoteManager.java

Author: norman
Date: Sun Nov 19 12:57:08 2006
New Revision: 476920

URL: http://svn.apache.org/viewvc?view=rev&rev=476920
Log:
Fix formating

Modified:
    james/server/trunk/src/java/org/apache/james/remotemanager/RemoteManager.java

Modified: james/server/trunk/src/java/org/apache/james/remotemanager/RemoteManager.java
URL: http://svn.apache.org/viewvc/james/server/trunk/src/java/org/apache/james/remotemanager/RemoteManager.java?view=diff&rev=476920&r1=476919&r2=476920
==============================================================================
--- james/server/trunk/src/java/org/apache/james/remotemanager/RemoteManager.java (original)
+++ james/server/trunk/src/java/org/apache/james/remotemanager/RemoteManager.java Sun Nov 19 12:57:08 2006
@@ -161,10 +161,10 @@
     /**
      * Set the VirtualUserTableManagementService
      * 
-     * @param vutManagement the VirtualUserTableManagment 
+     * @param vutManagement the VirtualUserTableManagementService 
      */
     public void setVirtualUserTableManagement(VirtualUserTableManagementService vutManagement) {
-    this.vutManagemenet = vutManagement;
+        this.vutManagemenet = vutManagement;
     }
     
     /**
@@ -327,9 +327,9 @@
         /**
          * @see org.apache.james.remotemanager.RemoteManagerHandlerConfigurationData#getVirtualUserTableManagement()
          */
-    public VirtualUserTableManagementService getVirtualUserTableManagement() {
-        return RemoteManager.this.vutManagemenet;
-    }
+        public VirtualUserTableManagementService getVirtualUserTableManagement() {
+            return RemoteManager.this.vutManagemenet;
+        }
     }
 
     /**



---------------------------------------------------------------------
To unsubscribe, e-mail: server-dev-unsubscribe@james.apache.org
For additional commands, e-mail: server-dev-help@james.apache.org