Fix the comment

This commit is contained in:
j2blake 2013-04-22 15:00:25 -04:00
parent 86b6555efe
commit df1839cea5

View file

@ -43,8 +43,7 @@ public class SessionTimeoutLimitingFilter implements Filter {
/**
* If this request has a trivial session object -- that is, the user is not
* logged in and not self-editing -- then give it a short expiration
* interval.
* logged in -- then give it a short expiration interval.
*/
private void limitTrivialSession(ServletRequest servletRequest) {
if (!(servletRequest instanceof HttpServletRequest)) {