fix checkstyle

Signed-off-by: Greg Wilkins <gregw@webtide.com>
This commit is contained in:
Greg Wilkins 2019-08-27 19:06:32 +10:00
parent a09a8f94c6
commit d1c462c966
1 changed files with 1 additions and 1 deletions

View File

@ -192,7 +192,7 @@ public abstract class CookieCutter
// This is a new cookie, so add the completed last cookie if we have one
if (cookieName != null)
{
if(!reject)
if (!reject)
{
addCookie(cookieName, cookieValue, cookieDomain, cookiePath, cookieVersion, cookieComment);
reject = false;