langtools/src/share/classes/com/sun/tools/javac/api/BasicJavacTask.java
changeset 14548 aa687b312c97
parent 14258 8d2148961366
child 14952 d0022ae20516
equal deleted inserted replaced
14547:86d8d242b0c4 14548:aa687b312c97
   138 
   138 
   139     /**
   139     /**
   140      * For internal use only.  This method will be
   140      * For internal use only.  This method will be
   141      * removed without warning.
   141      * removed without warning.
   142      */
   142      */
       
   143     public Context getContext() {
       
   144         return context;
       
   145     }
       
   146 
       
   147     /**
       
   148      * For internal use only.  This method will be
       
   149      * removed without warning.
       
   150      */
   143     public void updateContext(Context newContext) {
   151     public void updateContext(Context newContext) {
   144         context = newContext;
   152         context = newContext;
   145     }
   153     }
   146 }
   154 }