langtools/src/share/classes/com/sun/tools/javac/api/BasicJavacTask.java
changeset 14044 0070e9c44020
parent 12016 1990493b64db
child 14258 8d2148961366
equal deleted inserted replaced
13847:98fd1ba7dced 14044:0070e9c44020
   134 
   134 
   135     public Boolean call() {
   135     public Boolean call() {
   136         throw new IllegalStateException();
   136         throw new IllegalStateException();
   137     }
   137     }
   138 
   138 
       
   139     /**
       
   140      * For internal use only.  This method will be
       
   141      * removed without warning.
       
   142      */
       
   143     public void updateContext(Context newContext) {
       
   144         context = newContext;
       
   145     }
   139 }
   146 }