Skip to content

Commit 43b5749

Browse files
committed
Reformat code.
1 parent 00defad commit 43b5749

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/main/java/org/owasp/benchmark/testcode/Benchmark00302.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@ public class Benchmark00302 extends HttpServlet {
3030
private static final long serialVersionUID = 1L;
3131

3232
/**
33-
* Sanitize user-controlled input before including it in an OS command.
34-
* This method removes characters commonly used for command injection.
33+
* Sanitize user-controlled input before including it in an OS command. This method removes
34+
* characters commonly used for command injection.
3535
*/
3636
private static String sanitizeForCommand(String input) {
3737
if (input == null) {

0 commit comments

Comments
 (0)