Skip to content

Commit 5dab1b2

Browse files
author
Stephan Brandauer
committed
leftover renaming label->kind
1 parent 1f60fd6 commit 5dab1b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

java/ql/src/Telemetry/AutomodelSharedCharacteristics.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -268,7 +268,7 @@ module SharedCharacteristics<CandidateSig Candidate> {
268268
string madLabel;
269269
Candidate::EndpointType endpointType;
270270

271-
KnownSinkCharacteristic() { Candidate::isKnownLabel(madLabel, this, endpointType) }
271+
KnownSinkCharacteristic() { Candidate::isKnownKind(madLabel, this, endpointType) }
272272

273273
override predicate appliesToEndpoint(Candidate::Endpoint e) { Candidate::isSink(e, madLabel) }
274274

0 commit comments

Comments
 (0)