mirror of
https://github.com/github/codeql.git
synced 2026-04-29 18:55:14 +02:00
C#/Java: Update some QL Doc comments to comply with the standard and remove some redundant imports.
This commit is contained in:
@@ -109,12 +109,12 @@ class ExternalApi extends DotNet::Callable {
|
||||
}
|
||||
|
||||
/**
|
||||
* A limit for the number of results produced by a telemetry query.
|
||||
* Gets the limit for the number of results produced by a telemetry query.
|
||||
*/
|
||||
int resultLimit() { result = 1000 }
|
||||
|
||||
/**
|
||||
* A predicate signature for relevant usage counts of an External API `api`.
|
||||
* Holds if the relevant usage count of `api` is `usages`.
|
||||
*/
|
||||
signature predicate relevantUsagesSig(ExternalApi api, int usages);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user