C#/Java: Update some QL Doc comments to comply with the standard and remove some redundant imports.

This commit is contained in:
Michael Nebel
2022-06-15 11:32:54 +02:00
parent f810858ae4
commit 9175421fa2
6 changed files with 4 additions and 8 deletions

View File

@@ -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);