Skip to content

Commit 23745ba

Browse files
committed
Change jar to library for Java query
1 parent 55d1f14 commit 23745ba

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • extensions/ql-vscode/src/data-extensions-editor/queries

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ where
2828
apiName = api.getApiName() and
2929
supported = isSupported(api) and
3030
usage = aUsage(api)
31-
select usage, apiName, supported.toString(), "supported", api.jarContainer(), "jar"
31+
select usage, apiName, supported.toString(), "supported", api.jarContainer(), "library"
3232
`,
3333
dependencies: {
3434
"ExternalApi.qll": `/** Provides classes and predicates related to handling APIs from external libraries. */

0 commit comments

Comments
 (0)