src/share/classes/com/sun/tools/javac/api/JavacTaskImpl.java

changeset 1416
c0f0c41cafa0
parent 1413
bdcef2ef52d2
child 1455
75ab654b5cd5
     1.1 --- a/src/share/classes/com/sun/tools/javac/api/JavacTaskImpl.java	Sat Nov 17 19:01:03 2012 +0000
     1.2 +++ b/src/share/classes/com/sun/tools/javac/api/JavacTaskImpl.java	Mon Nov 19 11:38:49 2012 -0800
     1.3 @@ -489,22 +489,6 @@
     1.4       * For internal use only.  This method will be
     1.5       * removed without warning.
     1.6       */
     1.7 -    public Context getContext() {
     1.8 -        return context;
     1.9 -    }
    1.10 -
    1.11 -    /**
    1.12 -     * For internal use only.  This method will be
    1.13 -     * removed without warning.
    1.14 -     */
    1.15 -    public void updateContext(Context newContext) {
    1.16 -        context = newContext;
    1.17 -    }
    1.18 -
    1.19 -    /**
    1.20 -     * For internal use only.  This method will be
    1.21 -     * removed without warning.
    1.22 -     */
    1.23      public Type parseType(String expr, TypeElement scope) {
    1.24          if (expr == null || expr.equals(""))
    1.25              throw new IllegalArgumentException();

mercurial