src/share/jaxws_classes/com/sun/tools/internal/xjc/api/XJC.java

changeset 368
0989ad8c0860
parent 286
f50545b5e2f1
child 637
9c07ef4934dd
     1.1 --- a/src/share/jaxws_classes/com/sun/tools/internal/xjc/api/XJC.java	Thu Apr 04 19:05:24 2013 -0700
     1.2 +++ b/src/share/jaxws_classes/com/sun/tools/internal/xjc/api/XJC.java	Tue Apr 09 14:51:13 2013 +0100
     1.3 @@ -25,7 +25,6 @@
     1.4  
     1.5  package com.sun.tools.internal.xjc.api;
     1.6  
     1.7 -import com.sun.tools.internal.xjc.api.impl.j2s.JavaCompilerImpl;
     1.8  import com.sun.tools.internal.xjc.api.impl.s2j.SchemaCompilerImpl;
     1.9  import com.sun.xml.internal.bind.api.impl.NameConverter;
    1.10  
    1.11 @@ -37,15 +36,6 @@
    1.12   *     Kohsuke Kawaguchi (kohsuke.kawaguchi@sun.com)
    1.13   */
    1.14  public final class XJC {
    1.15 -    /**
    1.16 -     * Gets a fresh {@link JavaCompiler}.
    1.17 -     *
    1.18 -     * @return
    1.19 -     *      always return non-null object.
    1.20 -     */
    1.21 -    public static JavaCompiler createJavaCompiler() {
    1.22 -        return new JavaCompilerImpl();
    1.23 -    }
    1.24  
    1.25      /**
    1.26       * Gets a fresh {@link SchemaCompiler}.

mercurial