Skip to content

Commit

Permalink
payara#4281 Removed commented code
Browse files Browse the repository at this point in the history
  • Loading branch information
sgflt authored and David Matejcek committed Apr 16, 2020
1 parent 4f38f4c commit 560d8b3
Showing 1 changed file with 0 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -713,15 +713,6 @@ public boolean isValid() {
return true;
}

/* SJSAS 6329289
if (maxInactiveInterval >= 0) {
long timeNow = System.currentTimeMillis();
int timeIdle = (int) ((timeNow - thisAccessedTime) / 1000L);
if (timeIdle >= maxInactiveInterval) {
expire(true);
}
}
*/
// START SJSAS 6329289
if (hasExpired()) {
expire(true);
Expand Down

0 comments on commit 560d8b3

Please sign in to comment.