Fixed code format

This commit is contained in:
Trustin Lee 2011-07-29 13:11:19 +09:00
parent bc8b92e1f7
commit 189567322f

View File

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