提交 c25ff0c4 编写于 作者: E erikj

7180594: Fix GenStubs in langtools for build-infra builds

Reviewed-by: ohair
上级 a8613930
...@@ -201,7 +201,7 @@ public class GenStubs { ...@@ -201,7 +201,7 @@ public class GenStubs {
*/ */
public void visitTopLevel(JCCompilationUnit tree) { public void visitTopLevel(JCCompilationUnit tree) {
super.visitTopLevel(tree); super.visitTopLevel(tree);
tree.docComments = Collections.emptyMap(); tree.docComments = null;
} }
/** /**
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册