Skip to content

Commit

Permalink
Merge pull request #25272 from haisi/patch-2
Browse files Browse the repository at this point in the history
fix typo in Javadoc
  • Loading branch information
DanielFran committed Feb 20, 2024
2 parents cee76ce + 304ed0a commit 6bf4e2c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ import java.util.*;
* more powerful than the standard implementations:
* <ul>
* <li>It allows a user to see the list of his currently opened sessions, and invalidate them</li>
* <li>It stores more information, such as the IP address and the user agent, for audit purposes<li>
* <li>It stores more information, such as the IP address and the user agent, for audit purposes</li>
* <li>When a user logs out, only his current session is invalidated, and not all of his sessions</li>
* </ul>
* <p>
Expand Down

0 comments on commit 6bf4e2c

Please sign in to comment.