Java: Postpone deprecation to separate PR.

This commit is contained in:
Anders Schack-Mulligen
2019-05-09 13:40:25 +02:00
parent f367427fb8
commit 66813a91ef

View File

@@ -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 }
/**