Skip to content

Commit b179a0b

Browse files
committed
Python: Add deprecated comment for FinalCustomPointsToFact
1 parent ac3acb9 commit b179a0b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/ql/src/semmle/python/types/Extensions.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ abstract deprecated class CustomPointsToFact extends @py_flow_node {
3737
abstract predicate pointsTo(Context context, Object value, ClassObject cls, ControlFlowNode origin);
3838
}
3939

40-
/* For backwards compatibility */
40+
/** DEPRECATED -- Use PointsToExtension instead */
4141
deprecated class FinalCustomPointsToFact = CustomPointsToFact;
4242

4343
abstract deprecated class CustomPointsToOriginFact extends CustomPointsToFact {

0 commit comments

Comments
 (0)