Author: norman
Date: Wed Jan 27 18:50:22 2010
New Revision: 903781

URL: http://svn.apache.org/viewvc?rev=903781&view=rev
Log:
fix typo

Modified:
    james/server/trunk/spring-deployment/src/main/config/james/spring-beans.xml

Modified: 
james/server/trunk/spring-deployment/src/main/config/james/spring-beans.xml
URL: 
http://svn.apache.org/viewvc/james/server/trunk/spring-deployment/src/main/config/james/spring-beans.xml?rev=903781&r1=903780&r2=903781&view=diff
==============================================================================
--- james/server/trunk/spring-deployment/src/main/config/james/spring-beans.xml 
(original)
+++ james/server/trunk/spring-deployment/src/main/config/james/spring-beans.xml 
Wed Jan 27 18:50:22 2010
@@ -176,7 +176,7 @@
 
        <!-- VirtualUserTable Store -->
        <bean id="virtualusertable-store" 
class="org.apache.james.core.VirtualUserTableStoreImpl">
-           <property name="defaultTable" name="defaultvirtualusertable"/>
+           <property name="defaultTable" value="defaultvirtualusertable"/>
        </bean>
 
 



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

Reply via email to