mirror of
https://github.com/github/codeql.git
synced 2025-12-21 03:06:31 +01:00
remove a bunch of repeated words
This commit is contained in:
@@ -73,7 +73,7 @@ class ExternalApi extends Callable {
|
||||
TaintTracking::localAdditionalTaintStep(this.getAnInput(), _)
|
||||
}
|
||||
|
||||
/** Holds if this API is is a constructor without parameters. */
|
||||
/** Holds if this API is a constructor without parameters. */
|
||||
private predicate isParameterlessConstructor() {
|
||||
this instanceof Constructor and this.getNumberOfParameters() = 0
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user