Include Time Unit for ExpiringSession maxinactiveInterval

Fixes gh-82
This commit is contained in:
Rob Winch
2015-01-05 14:10:04 -06:00
parent 755754e173
commit f4b87b7ae7
10 changed files with 38 additions and 38 deletions

View File

@@ -76,7 +76,7 @@ public class IndexDocTests {
public void demo() {
S toSave = repository.createSession(); // <2>
// ...
toSave.setMaxInactiveInterval(30); // <3>
toSave.setMaxInactiveIntervalInSeconds(30); // <3>
repository.save(toSave); // <4>