Author: pwang
Date: 2011-01-13 15:53:33 -0800 (Thu, 13 Jan 2011)
New Revision: 23451
Modified:
core3/table-import-impl/trunk/src/main/resources/META-INF/spring/bundle-context.xml
Log:
Correct typo
Modified:
core3/table-import-impl/trunk/src/main/resources/META-INF/spring/bundle-context.xml
===================================================================
---
core3/table-import-impl/trunk/src/main/resources/META-INF/spring/bundle-context.xml
2011-01-13 23:45:34 UTC (rev 23450)
+++
core3/table-import-impl/trunk/src/main/resources/META-INF/spring/bundle-context.xml
2011-01-13 23:53:33 UTC (rev 23451)
@@ -27,7 +27,7 @@
<constructor-arg ref="openBrowserService" />
</bean>
- <bean id="importNetworkTableAction"
class="org.cytoscape.tableimport.internal.actions.ImportAttributeTableAction">
+ <bean id="importNetworkTableAction"
class="org.cytoscape.tableimport.internal.actions.ImportNetworkTableAction">
<constructor-arg ref="cytoscapeDesktopService" />
<constructor-arg ref="cyApplicationManagerRef" />
<constructor-arg ref="bookmarkServiceRef" />
--
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.