提交 11e427d0 编写于 作者: J jjg

6900511: javac command line help broken

Reviewed-by: ksrini
上级 d88ab035
......@@ -130,7 +130,7 @@ public interface JavacOption {
private static Map<String,Boolean> createChoices(String... choices) {
Map<String,Boolean> map = new LinkedHashMap<String,Boolean>();
for (String c: choices)
map.put(c, true);
map.put(c, false);
return map;
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册