提交 2f313642 编写于 作者: M mcimadamore

6732461: broken message file for annotation processing

Summary: Regression in sqe test introduced in 6720185
Reviewed-by: jjg
上级 1daa4059
......@@ -87,7 +87,7 @@ public class Bark extends Log {
context.put(barkKey, this);
// register additional resource bundle for APT messages.
Messages aptMessages = new Messages(Messages.getDefaultBundle());
Messages aptMessages = Messages.instance(context);
aptMessages.add("com.sun.tools.apt.resources.apt");
aptDiags = new JCDiagnostic.Factory(aptMessages, "apt");
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册