mirror of
https://github.com/github/codeql.git
synced 2025-12-21 03:06:31 +01:00
Be explicit in requiring that each ATM config set its endpoint type.
This commit is contained in:
@@ -104,7 +104,7 @@ abstract class AtmConfig extends string {
|
|||||||
* Get an endpoint type for the sinks of this query. A query may have multiple applicable
|
* Get an endpoint type for the sinks of this query. A query may have multiple applicable
|
||||||
* endpoint types for its sinks.
|
* endpoint types for its sinks.
|
||||||
*/
|
*/
|
||||||
EndpointType getASinkEndpointType() { none() }
|
abstract EndpointType getASinkEndpointType();
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* EXPERIMENTAL. This API may change in the future.
|
* EXPERIMENTAL. This API may change in the future.
|
||||||
|
|||||||
Reference in New Issue
Block a user