Skip to content

Commit

Permalink
Update JavaDoc
Browse files Browse the repository at this point in the history
Issue gh-10564
  • Loading branch information
jzheaux committed Feb 15, 2022
1 parent d6cbacb commit a99a04f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ public WebAuthenticationDetails(HttpServletRequest request) {
* 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;
Expand Down
Original file line number Diff line number Diff line change
@@ -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.
Expand Down

0 comments on commit a99a04f

Please sign in to comment.