Skip to content

Commit ae82fe4

Browse files
DoNothinAction Cleanup
Removing useless method override.
1 parent c4db5ee commit ae82fe4

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/main/java/org/owasp/esapi/waf/actions/DoNothingAction.java

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,6 @@
2222
*/
2323
public class DoNothingAction extends Action {
2424

25-
public boolean failedRule() {
26-
return this.failed;
27-
}
28-
2925

3026
public boolean isActionNecessary() {
3127
return false;

0 commit comments

Comments
 (0)