Skip to content

Commit

Permalink
Fixed docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
andrecsilva committed Oct 15, 2024
1 parent 9a4ec9d commit e667d3d
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
import java.util.function.Function;

/**
* Default implementation of the JavaParserSQLInjectionRemediatorStrategy interface. This class
* provides the logic to visit a CompilationUnit and process findings for potential SQL injections.
* A Remediator for SQL injection issues. This class provides the logic to visit a CompilationUnit
* and process findings for potential SQL injections.
*/
public final class SQLInjectionRemediator<T> implements Remediator<T> {

Expand Down

0 comments on commit e667d3d

Please sign in to comment.