Skip to content

Commit 8ea8123

Browse files
author
Stephan Brandauer
committed
Java: Automodel ql-for-ql
1 parent 86e5069 commit 8ea8123

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

java/ql/automodel/src/AutomodelApplicationModeExtractCandidates.ql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ where
8181
meta.hasMetadata(endpoint, package, type, subtypes, name, signature, input, output, isVarargsArray) and
8282
includeAutomodelCandidate(package, type, name, signature)
8383
select endpoint.asNode(),
84-
"related locations: $@, $@, $@." + "\nmetadata: $@, $@, $@, $@, $@, $@, $@, $@, $@, $@.", //
84+
"Related locations: $@, $@, $@." + "\nmetadata: $@, $@, $@, $@, $@, $@, $@, $@, $@, $@.", //
8585
CharacteristicsImpl::getRelatedLocationOrCandidate(endpoint, CallContext()), "CallContext", //
8686
CharacteristicsImpl::getRelatedLocationOrCandidate(endpoint, MethodDoc()), "MethodDoc", //
8787
CharacteristicsImpl::getRelatedLocationOrCandidate(endpoint, ClassDoc()), "ClassDoc", //

0 commit comments

Comments
 (0)