fix checkstyle
Signed-off-by: Greg Wilkins <gregw@webtide.com>
This commit is contained in:
parent
a09a8f94c6
commit
d1c462c966
|
@ -192,7 +192,7 @@ public abstract class CookieCutter
|
||||||
// This is a new cookie, so add the completed last cookie if we have one
|
// This is a new cookie, so add the completed last cookie if we have one
|
||||||
if (cookieName != null)
|
if (cookieName != null)
|
||||||
{
|
{
|
||||||
if(!reject)
|
if (!reject)
|
||||||
{
|
{
|
||||||
addCookie(cookieName, cookieValue, cookieDomain, cookiePath, cookieVersion, cookieComment);
|
addCookie(cookieName, cookieValue, cookieDomain, cookiePath, cookieVersion, cookieComment);
|
||||||
reject = false;
|
reject = false;
|
||||||
|
|
Loading…
Reference in New Issue