Java: fix - add extra $@

Co-authored-by: Jami <57204504+jcogs33@users.noreply.github.com>
This commit is contained in:
Stephan Brandauer
2023-08-11 09:15:09 +02:00
committed by GitHub
parent e927470961
commit a9906f6f7b

View File

@@ -80,7 +80,7 @@ where
sinkType, ", "
)
select endpoint.asNode(),
message + "\nrelated locations: $@." + "\nmetadata: $@, $@, $@, $@, $@, $@.", //
message + "\nrelated locations: $@." + "\nmetadata: $@, $@, $@, $@, $@, $@, $@.", //
CharacteristicsImpl::getRelatedLocationOrCandidate(endpoint, CallContext()), "CallContext", //
package, "package", //
type, "type", //