Skip to content

Commit 50fee5c

Browse files
authored
Merge pull request github#3817 from Marcono1234/patch-1
Fix outdated query console link
2 parents 0bf1f75 + 7443c9c commit 50fee5c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/language/learn-ql/java/types-class-hierarchy.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ Using these new classes we can extend our query to exclude calls to ``toArray``
141141
not ce.getExpr().(CollectionToArrayCall).getActualReturnType() = target
142142
select ce, "Potentially problematic array downcast."
143143
144-
➤ `See this in the query console on LGTM.com <https://lgtm.com/query/668700471/>`__. Notice that fewer results are found by this improved query.
144+
➤ `See this in the query console on LGTM.com <https://lgtm.com/query/3150404889854131463/>`__. Notice that fewer results are found by this improved query.
145145

146146
Example: Finding mismatched contains checks
147147
-------------------------------------------

0 commit comments

Comments
 (0)