context/src/main/java/org/apidesign/html/context/spi/Contexts.java
changeset 655 7211ec5f3172
parent 589 07daf24cd76c
child 790 30f20d9c0986
     1.1 --- a/context/src/main/java/org/apidesign/html/context/spi/Contexts.java	Sun Mar 09 14:49:43 2014 +0100
     1.2 +++ b/context/src/main/java/org/apidesign/html/context/spi/Contexts.java	Mon May 19 13:42:49 2014 +0200
     1.3 @@ -51,7 +51,7 @@
     1.4   * and then assign technologies with {@link Builder#register(java.lang.Class, java.lang.Object, int)}
     1.5   * method.
     1.6   *
     1.7 - * @author Jaroslav Tulach <jaroslav.tulach@apidesign.org>
     1.8 + * @author Jaroslav Tulach
     1.9   */
    1.10  public final class Contexts {
    1.11      private Contexts() {
    1.12 @@ -124,7 +124,7 @@
    1.13       * {@link java.util.ServiceProvider} can find them, when their JARs are included
    1.14       * on the classpath of the running application.
    1.15       *
    1.16 -     * @author Jaroslav Tulach <jaroslav.tulach@apidesign.org>
    1.17 +     * @author Jaroslav Tulach
    1.18       */
    1.19      public static interface Provider {
    1.20  
    1.21 @@ -149,7 +149,7 @@
    1.22       * designing their application with existing technologies should rather
    1.23       * point their attention to {@link BrwsrCtx} and co.
    1.24       *
    1.25 -     * @author Jaroslav Tulach <jtulach@netbeans.org>
    1.26 +     * @author Jaroslav Tulach
    1.27       */
    1.28      public static final class Builder {
    1.29          private final CtxImpl impl = new CtxImpl();