mirror of
https://github.com/github/codeql.git
synced 2026-04-26 17:25:19 +02:00
Improved documentation, removed union fram change note.
This commit is contained in:
@@ -297,8 +297,8 @@ public class RegExpParser {
|
||||
disjuncts.add(this.parseAlternativeInsideQuotedString());
|
||||
}
|
||||
if (disjuncts.size() == 1) return disjuncts.get(0);
|
||||
return this.finishTerm(new Disjunction(loc, disjuncts));
|
||||
}
|
||||
return this.finishTerm(new Disjunction(loc, disjuncts));
|
||||
}
|
||||
|
||||
private RegExpTerm parseAlternativeInsideQuotedString() {
|
||||
SourceLocation loc = new SourceLocation(pos());
|
||||
|
||||
Reference in New Issue
Block a user