Author: jm
Date: 2011-09-15 08:10:45 -0700 (Thu, 15 Sep 2011)
New Revision: 26806
Modified:
core3/impl/trunk/equations-functions-impl/src/main/resources/META-INF/spring/bundle-context.xml
Log:
FIxed typo
Modified:
core3/impl/trunk/equations-functions-impl/src/main/resources/META-INF/spring/bundle-context.xml
===================================================================
---
core3/impl/trunk/equations-functions-impl/src/main/resources/META-INF/spring/bundle-context.xml
2011-09-14 23:48:54 UTC (rev 26805)
+++
core3/impl/trunk/equations-functions-impl/src/main/resources/META-INF/spring/bundle-context.xml
2011-09-15 15:10:45 UTC (rev 26806)
@@ -17,7 +17,7 @@
<bean id="suidToNodeMapper"
class="org.cytoscape.equations.internal.SUIDToNodeMapper" />
- <bean id="functionRegistrar"
class="org.cytoscape.equations.internal.FunctionRegistrar>">
+ <bean id="functionRegistrar"
class="org.cytoscape.equations.internal.FunctionRegistrar">
<constructor-arg ref="compilerServiceRef" />
<constructor-arg ref="applicationManagerServiceRef" />
<constructor-arg ref="suidToNodeMapper" />
--
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.