7121681: compiler message file broken for javac -fullversion

Reviewed-by: jjh
This commit is contained in:
Jonathan Gibbons 2011-12-14 17:52:41 -08:00
parent 9a127e2710
commit b771185497

View File

@ -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);
}
},