context/src/main/java/org/apidesign/html/context/spi/Contexts.java
changeset 790 30f20d9c0986
parent 655 7211ec5f3172
     1.1 --- a/context/src/main/java/org/apidesign/html/context/spi/Contexts.java	Mon May 19 13:42:49 2014 +0200
     1.2 +++ b/context/src/main/java/org/apidesign/html/context/spi/Contexts.java	Sat Aug 02 12:59:31 2014 +0200
     1.3 @@ -120,8 +120,8 @@
     1.4      }
     1.5  
     1.6      /** Implementors of various HTML technologies should
     1.7 -     * register their implementation via {@link java.util.ServiceProvider} so
     1.8 -     * {@link java.util.ServiceProvider} can find them, when their JARs are included
     1.9 +     * register their implementation via <code>org.openide.util.lookup.ServiceProvider</code>, so
    1.10 +     * {@link ServiceLoader} can find them, when their JARs are included
    1.11       * on the classpath of the running application.
    1.12       *
    1.13       * @author Jaroslav Tulach