Revision: 1001
          http://stripes.svn.sourceforge.net/stripes/?rev=1001&view=rev
Author:   bengunter
Date:     2008-11-07 18:37:10 +0000 (Fri, 07 Nov 2008)

Log Message:
-----------
Changed findSpringBean() visibility from protected to public as requested in 
the comments for STS-614.

Modified Paths:
--------------
    
trunk/stripes/src/net/sourceforge/stripes/integration/spring/SpringHelper.java

Modified: 
trunk/stripes/src/net/sourceforge/stripes/integration/spring/SpringHelper.java
===================================================================
--- 
trunk/stripes/src/net/sourceforge/stripes/integration/spring/SpringHelper.java  
    2008-11-07 01:03:49 UTC (rev 1000)
+++ 
trunk/stripes/src/net/sourceforge/stripes/integration/spring/SpringHelper.java  
    2008-11-07 18:37:10 UTC (rev 1001)
@@ -249,7 +249,7 @@
      *            is not possible to find a unique matching bean in the spring 
context given
      *            the constraints supplied.
      */
-    protected static Object findSpringBean(ApplicationContext ctx,
+    public static Object findSpringBean(ApplicationContext ctx,
                                            String name,
                                            Class<?> type,
                                            boolean allowFindByType) {


This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.

-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Stripes-development mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/stripes-development

Reply via email to