7110611: compiler message file broken for javac -fullversion

Reviewed-by: jjg
This commit is contained in:
Jim Holmlund 2011-11-19 15:54:04 -08:00
parent a8308c6690
commit 5349d9af9a

@ -115,7 +115,7 @@ public class Main {
}
public void printFullVersion() {
log.printLines(PrefixKind.JAVAC, "fullversion", ownName, JavaCompiler.fullVersion());
log.printLines(PrefixKind.JAVAC, "fullVersion", ownName, JavaCompiler.fullVersion());
}
public void printHelp() {