Skip to content

Commit

Permalink
Add since version in javadoc
Browse files Browse the repository at this point in the history
Issue: gh-4130
  • Loading branch information
kazuki43zoo authored and rwinch committed Dec 21, 2016
1 parent b7541d5 commit 38492a5
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -138,6 +138,7 @@ public void setPortResolver(PortResolver portResolver) {
* "SPRING_SECURITY_SAVED_REQUEST".
*
* @param sessionAttrName a new session attribute name.
* @since 4.2.1
*/
public void setSessionAttrName(String sessionAttrName) {
this.sessionAttrName = sessionAttrName;
Expand Down

0 comments on commit 38492a5

Please sign in to comment.