mirror of
https://github.com/github/codeql.git
synced 2026-05-01 19:55:15 +02:00
remove redundant extends clause
Co-authored-by: Esben Sparre Andreasen <esbena@github.com>
This commit is contained in:
committed by
GitHub
parent
28dce6e95a
commit
98d018ce26
@@ -24,7 +24,7 @@ module Connect {
|
||||
* but support for other kinds of route handlers can be added by implementing
|
||||
* additional subclasses of this class.
|
||||
*/
|
||||
abstract class RouteHandler extends HTTP::Servers::StandardRouteHandler, NodeJSLib::RouteHandler,
|
||||
abstract class RouteHandler extends NodeJSLib::RouteHandler,
|
||||
DataFlow::ValueNode {
|
||||
/**
|
||||
* Gets the parameter of kind `kind` of this route handler.
|
||||
|
||||
Reference in New Issue
Block a user