Skip to content

Commit 3a30edd

Browse files
committed
Fix formatting.
1 parent 05ebb23 commit 3a30edd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

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

3232
/**
33-
* Sanitize a value for safe use as a cookie value by removing CR, LF and
34-
* other non-printable control characters that could enable header splitting.
33+
* Sanitize a value for safe use as a cookie value by removing CR, LF and other non-printable
34+
* control characters that could enable header splitting.
3535
*/
3636
private static String sanitizeForCookie(String value) {
3737
if (value == null) {

0 commit comments

Comments
 (0)