Java: Fix reference to Unit.

This commit is contained in:
Anders Schack-Mulligen
2020-09-02 14:47:01 +02:00
parent 89829e870d
commit ed6c1798e2

View File

@@ -18,7 +18,7 @@ abstract class LdapInjectionSanitizer extends DataFlow::Node { }
*
* Extend this class to add additional taint steps that should apply to the `LdapInjectionFlowConfig`.
*/
class LdapInjectionAdditionalTaintStep extends TaintTracking::Unit {
class LdapInjectionAdditionalTaintStep extends Unit {
/**
* Holds if the step from `node1` to `node2` should be considered a taint
* step for the `LdapInjectionFlowConfig` configuration.