mirror of
https://github.com/github/codeql.git
synced 2025-12-20 10:46:30 +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
|
||||
* endpoint types for its sinks.
|
||||
*/
|
||||
EndpointType getASinkEndpointType() { none() }
|
||||
abstract EndpointType getASinkEndpointType();
|
||||
|
||||
/**
|
||||
* EXPERIMENTAL. This API may change in the future.
|
||||
|
||||
Reference in New Issue
Block a user