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

changeset 1416
c0f0c41cafa0
parent 1357
c75be5bc5283
child 1455
75ab654b5cd5
equal deleted inserted replaced
1415:01c9d4161882 1416:c0f0c41cafa0
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 }

mercurial