Skip to content

Commit 9c02814

Browse files
committed
style: improve a comment
[skip ci]
1 parent 94001f8 commit 9c02814

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/ru/mystamps/web/feature/site/CspController.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ public void handleReport(
5151
String ip = StringUtils.defaultString(request.getRemoteAddr(), UNKNOWN);
5252
LOG.warn("CSP report from IP: {}, user agent: {}", ip, userAgent);
5353

54-
// Omit "original-policy" as it quite long and useless most of the time
54+
// Omit "original-policy" as it's quite long and it's useless most of the time
5555
String report = ORIGINAL_POLICY_PATTERN.matcher(body).replaceFirst(StringUtils.EMPTY);
5656
LOG.warn(report);
5757
}

0 commit comments

Comments
 (0)