View | Details | Raw Unified | Return to bug 39406
Collapse All | Expand All

(-)java/org/apache/catalina/session/StandardSession.java (-1 / +1 lines)
Lines 424-430 Link Here
424
424
425
        if (!isValidInternal()) {
425
        if (!isValidInternal()) {
426
            throw new IllegalStateException
426
            throw new IllegalStateException
427
                (sm.getString("standardSession.getId.ise"));
427
                (sm.getString("standardSession.getLastAccessedTime.ise"));
428
        }
428
        }
429
429
430
        return (this.lastAccessedTime);
430
        return (this.lastAccessedTime);

Return to bug 39406