提交 15aa2546 编写于 作者: J jjg

7198690: missing compiler message

Reviewed-by: jjh
上级 f7d0a9e6
......@@ -533,7 +533,7 @@ public class Main {
* annotation processor.
*/
void apMessage(AnnotationProcessingError ex) {
log.printLines("msg.proc.annotation.uncaught.exception");
log.printLines(PrefixKind.JAVAC, "msg.proc.annotation.uncaught.exception");
ex.getCause().printStackTrace(log.getWriter(WriterKind.NOTICE));
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册