mirror of
https://github.com/spring-projects/spring-security.git
synced 2025-05-31 01:02:14 +00:00
Update JavaDoc
Issue gh-10564
This commit is contained in:
parent
d6cbacb27a
commit
a99a04f050
@ -50,6 +50,7 @@ public class WebAuthenticationDetails implements Serializable {
|
||||
* Constructor to add Jackson2 serialize/deserialize support
|
||||
* @param remoteAddress remote address of current request
|
||||
* @param sessionId session id
|
||||
* @since 5.7
|
||||
*/
|
||||
public WebAuthenticationDetails(String remoteAddress, String sessionId) {
|
||||
this.remoteAddress = remoteAddress;
|
||||
|
@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright 2015-2016 the original author or authors.
|
||||
* Copyright 2015-2022 the original author or authors.
|
||||
*
|
||||
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||
* you may not use this file except in compliance with the License.
|
||||
|
Loading…
x
Reference in New Issue
Block a user