mirror of
https://github.com/github/codeql.git
synced 2026-02-23 18:33:42 +01:00
Improve QLDocs
This commit is contained in:
@@ -97,7 +97,7 @@ class MatcherMatchesCall extends MethodCall, RegexExecutionExpr::Range {
|
||||
MatcherMatchesCall() { this.getMethod() instanceof MatcherMatchesMethod }
|
||||
|
||||
/**
|
||||
* Get the call to `java.util.regex.Pattern.matcher` which returned the
|
||||
* Gets the call to `java.util.regex.Pattern.matcher` that returned the
|
||||
* qualifier of this call. This is needed to determine the string being
|
||||
* matched.
|
||||
*/
|
||||
@@ -106,7 +106,7 @@ class MatcherMatchesCall extends MethodCall, RegexExecutionExpr::Range {
|
||||
}
|
||||
|
||||
/**
|
||||
* Get the call to `java.util.regex.Pattern.compile` which returned the
|
||||
* Gets the call to `java.util.regex.Pattern.compile` that returned the
|
||||
* `Pattern` used by this matcher. This is needed to determine the regular
|
||||
* expression being used.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user