Fixed indentation
This commit is contained in:
parent
b083f9eb2e
commit
7388b961a6
@ -138,9 +138,9 @@ public class CookieEncoder {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
if (cookie.isSecure()) {
|
if (cookie.isSecure()) {
|
||||||
sb.append(CookieHeaderNames.SECURE);
|
sb.append(CookieHeaderNames.SECURE);
|
||||||
sb.append((char) HttpCodecUtil.SEMICOLON);
|
sb.append((char) HttpCodecUtil.SEMICOLON);
|
||||||
}
|
}
|
||||||
if (cookie.getVersion() >= 1) {
|
if (cookie.getVersion() >= 1) {
|
||||||
if (cookie.getComment() != null) {
|
if (cookie.getComment() != null) {
|
||||||
add(sb, CookieHeaderNames.COMMENT, cookie.getComment());
|
add(sb, CookieHeaderNames.COMMENT, cookie.getComment());
|
||||||
|
Loading…
Reference in New Issue
Block a user