提交 c1b03222 编写于 作者: J jjg

7121681: compiler message file broken for javac -fullversion

Reviewed-by: jjh
上级 666eb91c
......@@ -210,7 +210,7 @@ public enum Option {
public boolean process(OptionHelper helper, String option) {
Log log = helper.getLog();
String ownName = helper.getOwnName();
log.printLines(PrefixKind.JAVAC, "fullversion", ownName, JavaCompiler.fullVersion());
log.printLines(PrefixKind.JAVAC, "fullVersion", ownName, JavaCompiler.fullVersion());
return super.process(helper, option);
}
},
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册