mirror of
https://github.com/github/codeql.git
synced 2026-04-29 18:55:14 +02:00
Python: Add deprecated comment for FinalCustomPointsToFact
This commit is contained in:
@@ -37,7 +37,7 @@ abstract deprecated class CustomPointsToFact extends @py_flow_node {
|
||||
abstract predicate pointsTo(Context context, Object value, ClassObject cls, ControlFlowNode origin);
|
||||
}
|
||||
|
||||
/* For backwards compatibility */
|
||||
/** DEPRECATED -- Use PointsToExtension instead */
|
||||
deprecated class FinalCustomPointsToFact = CustomPointsToFact;
|
||||
|
||||
abstract deprecated class CustomPointsToOriginFact extends CustomPointsToFact {
|
||||
|
||||
Reference in New Issue
Block a user