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

changeset 1460
92fcf299cd09
parent 1358
fc123bdeddb8
child 2075
82044fe8c7f7
equal deleted inserted replaced
1459:bc74006c2d8d 1460:92fcf299cd09
157 } catch (ClientCodeException ex) { 157 } catch (ClientCodeException ex) {
158 throw new RuntimeException(ex.getCause()); 158 throw new RuntimeException(ex.getCause());
159 } 159 }
160 } 160 }
161 161
162 private static void processOptions(Context context, 162 public static void processOptions(Context context,
163 JavaFileManager fileManager, 163 JavaFileManager fileManager,
164 Iterable<String> options) 164 Iterable<String> options)
165 { 165 {
166 if (options == null) 166 if (options == null)
167 return; 167 return;

mercurial