Skip to content

Commit a9906f6

Browse files
Stephan Brandauerjcogs33
andauthored
Java: fix - add extra $@
Co-authored-by: Jami <[email protected]>
1 parent e927470 commit a9906f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

java/ql/src/Telemetry/AutomodelApplicationModeExtractCandidates.ql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ where
8080
sinkType, ", "
8181
)
8282
select endpoint.asNode(),
83-
message + "\nrelated locations: $@." + "\nmetadata: $@, $@, $@, $@, $@, $@.", //
83+
message + "\nrelated locations: $@." + "\nmetadata: $@, $@, $@, $@, $@, $@, $@.", //
8484
CharacteristicsImpl::getRelatedLocationOrCandidate(endpoint, CallContext()), "CallContext", //
8585
package, "package", //
8686
type, "type", //

0 commit comments

Comments
 (0)