diff --git a/java/ql/src/semmle/code/java/dataflow/FlowSources.qll b/java/ql/src/semmle/code/java/dataflow/FlowSources.qll index 9059e9b01cc..9aa5ea5c296 100644 --- a/java/ql/src/semmle/code/java/dataflow/FlowSources.qll +++ b/java/ql/src/semmle/code/java/dataflow/FlowSources.qll @@ -148,7 +148,7 @@ abstract class UserInput extends DataFlow::Node { } * * Input that may be controlled by a remote user. */ -deprecated class RemoteUserInput extends UserInput { +class RemoteUserInput extends UserInput { RemoteUserInput() { this instanceof RemoteFlowSource } /**