You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tuscany.apache.org by jb...@apache.org on 2006/02/07 23:45:44 UTC

svn commit: r375761 - /incubator/tuscany/java/spec/sdo/src/main/java/commonj/sdo/impl/HelperProvider.java

Author: jboynes
Date: Tue Feb  7 14:45:43 2006
New Revision: 375761

URL: http://svn.apache.org/viewcvs?rev=375761&view=rev
Log:
add link to service provider spec + cosmetics

Modified:
    incubator/tuscany/java/spec/sdo/src/main/java/commonj/sdo/impl/HelperProvider.java

Modified: incubator/tuscany/java/spec/sdo/src/main/java/commonj/sdo/impl/HelperProvider.java
URL: http://svn.apache.org/viewcvs/incubator/tuscany/java/spec/sdo/src/main/java/commonj/sdo/impl/HelperProvider.java?rev=375761&r1=375760&r2=375761&view=diff
==============================================================================
--- incubator/tuscany/java/spec/sdo/src/main/java/commonj/sdo/impl/HelperProvider.java (original)
+++ incubator/tuscany/java/spec/sdo/src/main/java/commonj/sdo/impl/HelperProvider.java Tue Feb  7 14:45:43 2006
@@ -106,7 +106,8 @@
      * The name of the implementation to use is determined by the value of the "commonj.sdo.impl.HelperProvider"
      * system property. If this is not set or this code does not have permission to read it then the name
      * will be retrieved from the META-INF/services/commonj.sdo.impl.HelperProvider resource as returned
-     * by the supplied classloader as described
+     * by the supplied classloader as described in the
+     * <a href="http://java.sun.com/j2se/1.5.0/docs/guide/jar/jar.html#Service%20Provider">JAR file specification</a>.
      *
      * @param cl the classloader to use to locate and instantiate the implementation
      * @return the specified implementation of HelperProvider
@@ -204,6 +205,8 @@
         }
     }
 
+
+    ///////////////////////////////////////////////////////////////////////////////////////////////////////////////////
     // implementation specific methods for users that don't want to use the default implementation
 
     /**
@@ -270,6 +273,8 @@
      */
     public abstract ExternalizableDelegator.Resolvable resolvable(Object target);
 
+
+    ///////////////////////////////////////////////////////////////////////////////////////////////////////////////////
     // static helper methods required by the specification
 
     /**