7180594: Fix GenStubs in langtools for build-infra builds
Reviewed-by: ohair
This commit is contained in:
parent
7517b9d193
commit
4c0c58e59d
@ -201,7 +201,7 @@ public class GenStubs {
|
||||
*/
|
||||
public void visitTopLevel(JCCompilationUnit tree) {
|
||||
super.visitTopLevel(tree);
|
||||
tree.docComments = Collections.emptyMap();
|
||||
tree.docComments = null;
|
||||
}
|
||||
|
||||
/**
|
||||
|
Loading…
Reference in New Issue
Block a user