Skip to content

Commit 01da0f1

Browse files
committed
Fix incorrect comment on method
1 parent f90d538 commit 01da0f1

File tree

1 file changed

+1
-1
lines changed
  • extensions/ql-vscode/src/data-extensions-editor/queries

1 file changed

+1
-1
lines changed

extensions/ql-vscode/src/data-extensions-editor/queries/java.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ class PublicMethod extends Callable {
5757
PublicMethod() { this.isPublic() and not isUninteresting(this) }
5858
5959
/**
60-
* Gets information about the external API in the form expected by the MaD modeling framework.
60+
* Gets information about the method in the form expected by the MaD modeling framework.
6161
*/
6262
string getApiName() {
6363
result =

0 commit comments

Comments
 (0)