1
0
mirror of synced 2026-05-22 21:33:16 +00:00

Update JavaDoc

Issue gh-10564
This commit is contained in:
Josh Cummings
2022-02-15 12:20:52 -07:00
parent 0fb6840db3
commit 371389580b
2 changed files with 2 additions and 1 deletions
@@ -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.