mirror of
https://github.com/github/codeql.git
synced 2026-04-29 18:55:14 +02:00
Applied changes from comments.
Co-authored-by: Asgerf <asgerf@github.com>
This commit is contained in:
@@ -71,8 +71,8 @@ public class RegExpParser {
|
||||
private List<Error> errors;
|
||||
private List<BackReference> backrefs;
|
||||
private int maxbackref;
|
||||
private Boolean vFlagEnabled = false;
|
||||
private Boolean uFlagEnabled = false;
|
||||
private boolean vFlagEnabled = false;
|
||||
private boolean uFlagEnabled = false;
|
||||
|
||||
/** Parse the given string as a regular expression. */
|
||||
public Result parse(String src) {
|
||||
|
||||
Reference in New Issue
Block a user