Fix typos

Closes gh-3608
This commit is contained in:
izeye
2015-07-28 11:47:52 +09:00
committed by Stephane Nicoll
parent 32128a6ac2
commit ee6fc8d917
7 changed files with 9 additions and 9 deletions

View File

@@ -206,7 +206,7 @@ public class ServerProperties implements EmbeddedServletContainerCustomizer, Ord
}
/**
* Set the session timeout
* Get the session timeout
* @return the session timeout
* @deprecated since 1.3.0 in favor of {@code session.timeout}.
*/
@@ -217,7 +217,7 @@ public class ServerProperties implements EmbeddedServletContainerCustomizer, Ord
}
/**
* Get the session timeout
* Set the session timeout
* @param sessionTimeout the session timeout
* @deprecated since 1.3.0 in favor of {@code session.timeout}.
*/