We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3dfe2b3 commit 3584e85Copy full SHA for 3584e85
javascript/ql/test/tutorials/Validating RAML-based APIs/Osprey.qll
@@ -48,7 +48,7 @@ class OspreyMethodDefinition extends MethodCallExpr {
48
OspreyApi getApi() { this.getReceiver() = result.getAnAccess() }
49
50
/** DEPRECATED: Alias for getApi */
51
- deprecated OspreyAPI getAPI() { result = this.getApi() }
+ deprecated OspreyApi getAPI() { result = this.getApi() }
52
53
/** Get the verb which this method implements. */
54
string getVerb() { result = this.getMethodName() }
0 commit comments