Author: Christian Lopes
Date: 2011-06-14 09:34:48 -0700 (Tue, 14 Jun 2011)
New Revision: 25742

Modified:
   core3/io-impl/trunk/src/main/resources/META-INF/spring/bundle-context.xml
Log:
Fixed missing bean constructor arg.

Modified: 
core3/io-impl/trunk/src/main/resources/META-INF/spring/bundle-context.xml
===================================================================
--- core3/io-impl/trunk/src/main/resources/META-INF/spring/bundle-context.xml   
2011-06-14 16:32:16 UTC (rev 25741)
+++ core3/io-impl/trunk/src/main/resources/META-INF/spring/bundle-context.xml   
2011-06-14 16:34:48 UTC (rev 25742)
@@ -373,6 +373,7 @@
         <constructor-arg ref="cyNetworkReaderManager" />
         <constructor-arg ref="cyPropertyReaderManager" />
         <constructor-arg ref="vizmapReaderManager" />
+        <constructor-arg ref="sessionTableReaderFactory" />
         <constructor-arg ref="cyPropertyServiceRef" />
     </bean>
 

-- 
You received this message because you are subscribed to the Google Groups 
"cytoscape-cvs" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/cytoscape-cvs?hl=en.

Reply via email to