You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by lu...@apache.org on 2011/06/15 23:22:47 UTC

svn commit: r1136197 - /myfaces/core/trunk/impl/src/main/java/org/apache/myfaces/spi/ServiceProviderFinderFactory.java

Author: lu4242
Date: Wed Jun 15 21:22:47 2011
New Revision: 1136197

URL: http://svn.apache.org/viewvc?rev=1136197&view=rev
Log:
MYFACES-3153 s/ServiceLoaderFinder/ServiceProviderFinder/g in ServiceProviderFinderFactory javadoc

Modified:
    myfaces/core/trunk/impl/src/main/java/org/apache/myfaces/spi/ServiceProviderFinderFactory.java

Modified: myfaces/core/trunk/impl/src/main/java/org/apache/myfaces/spi/ServiceProviderFinderFactory.java
URL: http://svn.apache.org/viewvc/myfaces/core/trunk/impl/src/main/java/org/apache/myfaces/spi/ServiceProviderFinderFactory.java?rev=1136197&r1=1136196&r2=1136197&view=diff
==============================================================================
--- myfaces/core/trunk/impl/src/main/java/org/apache/myfaces/spi/ServiceProviderFinderFactory.java (original)
+++ myfaces/core/trunk/impl/src/main/java/org/apache/myfaces/spi/ServiceProviderFinderFactory.java Wed Jun 15 21:22:47 2011
@@ -66,7 +66,7 @@ public class ServiceProviderFinderFactor
 
     
     /**
-     * Set a ServiceLoaderFinder to the current application, to locate 
+     * Set a ServiceProviderFinder to the current application, to locate 
      * SPI service providers used by MyFaces.  
      * 
      * This method should be called before the web application is initialized,
@@ -87,7 +87,7 @@ public class ServiceProviderFinderFactor
     }
 
     /**
-     * Gets a ServiceLoaderFinder from the web.xml config param.
+     * Gets a ServiceProviderFinder from the web.xml config param.
      * @param context
      * @return
      */