Fixed code format

This commit is contained in:
Trustin Lee 2011-07-29 13:10:38 +09:00
parent 65fc361eec
commit ccc155e96f

View File

@ -167,8 +167,10 @@ public class CookieEncoder {
}
}
if(sb.length() > 0)
sb.setLength(sb.length() - 1);
if (sb.length() > 0) {
sb.setLength(sb.length() - 1);
}
return sb.toString();
}