Skip to content

Commit

Permalink
minor fix for javadoc
Browse files Browse the repository at this point in the history
  • Loading branch information
isopov committed Dec 2, 2013
1 parent e18a0ea commit 40bfd29
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ public void setSessionTimeout(int sessionTimeout, TimeUnit timeUnit) {
}

/**
* @return the session timeout in minutes
* @return the session timeout in seconds
*/
public int getSessionTimeout() {
return this.sessionTimeout;
Expand Down

0 comments on commit 40bfd29

Please sign in to comment.