Skip to content

Commit 6b79ca6

Browse files
committed
Fix warning
1 parent e68c6e6 commit 6b79ca6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

java/ql/src/semmle/code/java/security/JexlInjection.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ private class DefaultJexlInjectionSinkModel extends SinkModelCsv {
5858
*
5959
* Extend this class to add additional taint steps that should apply to the `JexlInjectionFlowConfig`.
6060
*/
61-
abstract class JexlInjectionAdditionalTaintStep extends Unit {
61+
class JexlInjectionAdditionalTaintStep extends Unit {
6262
/**
6363
* Holds if the step from `node1` to `node2` should be considered a taint
6464
* step for the `JexlInjectionConfig` configuration.

0 commit comments

Comments
 (0)