JS: add missing abstract modifier

This commit is contained in:
Esben Sparre Andreasen
2018-09-04 11:44:12 +02:00
parent 6e1846b1ca
commit f63a3b3f39
6 changed files with 50 additions and 24 deletions

View File

@@ -10,7 +10,7 @@ import javascript
/**
* A call that performs a request to a URL.
*/
class CustomClientRequest extends DataFlow::InvokeNode {
abstract class CustomClientRequest extends DataFlow::InvokeNode {
/**
* Gets the URL of the request.