From 66813a91efec43dbfb2da23b3c220f5d81f48938 Mon Sep 17 00:00:00 2001 From: Anders Schack-Mulligen Date: Thu, 9 May 2019 13:40:25 +0200 Subject: [PATCH] Java: Postpone deprecation to separate PR. --- java/ql/src/semmle/code/java/dataflow/FlowSources.qll | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 } /**