File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
java/ql/lib/semmle/code/java/frameworks Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -97,7 +97,7 @@ class MatcherMatchesCall extends MethodCall, RegexExecutionExpr::Range {
9797 MatcherMatchesCall ( ) { this .getMethod ( ) instanceof MatcherMatchesMethod }
9898
9999 /**
100- * Get the call to `java.util.regex.Pattern.matcher` which returned the
100+ * Gets the call to `java.util.regex.Pattern.matcher` that returned the
101101 * qualifier of this call. This is needed to determine the string being
102102 * matched.
103103 */
@@ -106,7 +106,7 @@ class MatcherMatchesCall extends MethodCall, RegexExecutionExpr::Range {
106106 }
107107
108108 /**
109- * Get the call to `java.util.regex.Pattern.compile` which returned the
109+ * Gets the call to `java.util.regex.Pattern.compile` that returned the
110110 * `Pattern` used by this matcher. This is needed to determine the regular
111111 * expression being used.
112112 */
You can’t perform that action at this time.
0 commit comments