[jbossws-commits] JBossWS SVN: r3736 - trunk/integration/spi/src/main/java/org/jboss/wsf/spi/utils.

jbossws-commits at lists.jboss.org jbossws-commits at lists.jboss.org
Tue Jun 26 18:04:36 EDT 2007


Author: heiko.braun at jboss.com
Date: 2007-06-26 18:04:36 -0400 (Tue, 26 Jun 2007)
New Revision: 3736

Modified:
   trunk/integration/spi/src/main/java/org/jboss/wsf/spi/utils/ServiceLoader.java
Log:
Typo

Modified: trunk/integration/spi/src/main/java/org/jboss/wsf/spi/utils/ServiceLoader.java
===================================================================
--- trunk/integration/spi/src/main/java/org/jboss/wsf/spi/utils/ServiceLoader.java	2007-06-26 22:03:45 UTC (rev 3735)
+++ trunk/integration/spi/src/main/java/org/jboss/wsf/spi/utils/ServiceLoader.java	2007-06-26 22:04:36 UTC (rev 3736)
@@ -42,7 +42,7 @@
 public abstract class ServiceLoader
 {
    /**
-    * This method uses the algirithm below using the JAXWS Provider as an example. 
+    * This method uses the algorithm below using the JAXWS Provider as an example.
     * 
     * 1. If a resource with the name of META-INF/services/javax.xml.ws.spi.Provider exists, then
     * its first line, if present, is used as the UTF-8 encoded name of the implementation class.




More information about the jbossws-commits mailing list