Fix Checkstyle violations

This commit is contained in:
Vedran Pavic
2017-06-26 08:45:20 +02:00
parent 084e3428fb
commit 031541bc05
2 changed files with 2 additions and 2 deletions

View File

@@ -197,7 +197,7 @@ public abstract class AbstractJdbcOperationsSessionRepositoryITests {
.createSession();
toSave.setAttribute(INDEX_NAME, principalName);
toSave.setLastAccessedTime(Instant.now().minusSeconds(
MapSession.DEFAULT_MAX_INACTIVE_INTERVAL_SECONDS+ 1));
MapSession.DEFAULT_MAX_INACTIVE_INTERVAL_SECONDS + 1));
this.repository.save(toSave);
this.repository.cleanUpExpiredSessions();