Java: Add QLDoc improve query message

This commit is contained in:
intrigus
2021-01-07 20:30:13 +01:00
parent f4b912cd8a
commit b4692734b2
2 changed files with 5 additions and 2 deletions

View File

@@ -115,5 +115,5 @@ where
not isNodeGuardedByFlag(sink.getNode()) and
verifier = source.getNode().asExpr().(ClassInstanceExpr).getConstructedType()
select sink, source, sink,
"$@ that is defined $@ and accepts any certificate as valid, is used $@.", source,
"This hostname verifier", verifier, "here", sink, "here"
"$@ that is defined $@ and accepts any certificate as valid, is used here.", source,
"This hostname verifier", verifier, "here"