We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f90d538 commit 01da0f1Copy full SHA for 01da0f1
extensions/ql-vscode/src/data-extensions-editor/queries/java.ts
@@ -57,7 +57,7 @@ class PublicMethod extends Callable {
57
PublicMethod() { this.isPublic() and not isUninteresting(this) }
58
59
/**
60
- * Gets information about the external API in the form expected by the MaD modeling framework.
+ * Gets information about the method in the form expected by the MaD modeling framework.
61
*/
62
string getApiName() {
63
result =
0 commit comments