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 * 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 * logged in -- then give it a short expiration interval.
* interval.
*/ */
private void limitTrivialSession(ServletRequest servletRequest) { private void limitTrivialSession(ServletRequest servletRequest) {
if (!(servletRequest instanceof HttpServletRequest)) { if (!(servletRequest instanceof HttpServletRequest)) {