Fix warning

This commit is contained in:
Tony Torralba
2021-05-04 09:32:03 +02:00
parent e68c6e66a5
commit 6b79ca6403

View File

@@ -58,7 +58,7 @@ private class DefaultJexlInjectionSinkModel extends SinkModelCsv {
*
* Extend this class to add additional taint steps that should apply to the `JexlInjectionFlowConfig`.
*/
abstract class JexlInjectionAdditionalTaintStep extends Unit {
class JexlInjectionAdditionalTaintStep extends Unit {
/**
* Holds if the step from `node1` to `node2` should be considered a taint
* step for the `JexlInjectionConfig` configuration.