Restructure to standard layout.

This commit is contained in:
Luke Taylor 2009-04-20 04:17:59 +00:00
parent 56ec1b4b05
commit 2ff089af62
2 changed files with 1 additions and 1 deletions

View File

@ -158,7 +158,7 @@ public class PersistentTokenBasedRememberMeServices extends AbstractRememberMeSe
}
private void addCookie(PersistentRememberMeToken token, HttpServletRequest request, HttpServletResponse response) {
setCookie(new String[] {token.getSeries(), token.getTokenValue()},getTokenValiditySeconds(), request, response);
setCookie(new String[] {token.getSeries(), token.getTokenValue()}, getTokenValiditySeconds(), request, response);
}
public void setTokenRepository(PersistentTokenRepository tokenRepository) {