mirror of
https://github.com/github/codeql.git
synced 2026-05-01 11:45:14 +02:00
make MongooseFunction abstract
This commit is contained in:
@@ -166,7 +166,7 @@ private module Mongoose {
|
||||
/**
|
||||
* A Mongoose function.
|
||||
*/
|
||||
private class MongooseFunction extends API::Node {
|
||||
abstract private class MongooseFunction extends API::Node {
|
||||
/**
|
||||
* Gets the API-graph node for the result from this function (if the function returns a `Query`).
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user