Author: kono
Date: 2010-08-05 13:50:36 -0700 (Thu, 05 Aug 2010)
New Revision: 21222

Modified:
   
core3/work-swing-impl/trunk/src/main/resources/META-INF/spring/bundle-context.xml
Log:
Typo in Spring config file fixed.

Modified: 
core3/work-swing-impl/trunk/src/main/resources/META-INF/spring/bundle-context.xml
===================================================================
--- 
core3/work-swing-impl/trunk/src/main/resources/META-INF/spring/bundle-context.xml
   2010-08-05 18:02:05 UTC (rev 21221)
+++ 
core3/work-swing-impl/trunk/src/main/resources/META-INF/spring/bundle-context.xml
   2010-08-05 20:50:36 UTC (rev 21222)
@@ -23,7 +23,7 @@
                <constructor-arg ref="guiHandlerFactory" />
        </bean>
 
-       <bean id="guiHandlerFactory" 
class="org.cytoscape.work.internal.tunables.GuiHandlerFactory">
+       <bean id="guiHandlerFactory" 
class="org.cytoscape.work.internal.tunables.GUIHandlerFactory">
                <constructor-arg ref="bookmarkServiceRef" />
                <constructor-arg ref="bookmarksUtilServiceRef" />
 <!--           <constructor-arg ref="fileUtil"/>-->

-- 
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