Java: Deprecate RemoteUserInput

This commit is contained in:
Anders Schack-Mulligen
2019-05-14 12:33:36 +02:00
parent bb67ac9ad1
commit b71acd2ff9

View File

@@ -148,7 +148,7 @@ abstract class UserInput extends DataFlow::Node { }
*
* Input that may be controlled by a remote user.
*/
class RemoteUserInput extends UserInput {
deprecated class RemoteUserInput extends UserInput {
RemoteUserInput() { this instanceof RemoteFlowSource }
/**