Merge branch 'text-utils-simple' into text-utils-javacc

This commit is contained in:
Clément Fournier
2021-12-22 19:40:43 +01:00

View File

@ -450,7 +450,7 @@ final class ApexTreeBuilder extends AstVisitor<AdditionalPassScope> {
final List<ApexDocTokenLocation> docTokenLocations;
<T extends List<TokenLocation> & RandomAccess>
CommentInformation(Map<Integer, String> suppressMap, T allCommentTokens, List<ApexDocTokenLocation> docTokenLocations) {
CommentInformation(Map<Integer, String> suppressMap, T allCommentTokens, List<ApexDocTokenLocation> docTokenLocations) {
this.suppressMap = suppressMap;
this.allCommentTokens = allCommentTokens;
this.docTokenLocations = docTokenLocations;