7180594: Fix GenStubs in langtools for build-infra builds

Reviewed-by: ohair
This commit is contained in:
Erik Joelsson 2012-06-28 14:59:20 -07:00
parent 7517b9d193
commit 4c0c58e59d

View File

@ -201,7 +201,7 @@ public class GenStubs {
*/
public void visitTopLevel(JCCompilationUnit tree) {
super.visitTopLevel(tree);
tree.docComments = Collections.emptyMap();
tree.docComments = null;
}
/**