jsoref commented on a change in pull request #269:
URL: https://github.com/apache/shiro/pull/269#discussion_r680749659
##########
File path: core/src/main/java/org/apache/shiro/session/Session.java
##########
@@ -149,7 +149,7 @@
* It is common for a {@code Subject} implementation to retain
authentication state in the
* {@code Session}. If the session
* is explicitly stopped by application code by calling this method
directly, it could clear out any
- * authentication state that might exist, thereby effectively
"unauthenticating" the {@code Subject}.
+ * authentication state that might exist, thereby effectively removing the
"authenticated" state of the {@code Subject}.
Review comment:
_unauthenticate_ really isn't a word. Conceptually the word would be
_deauthenticate_ (but even that isn't in Google Chrome's dictionary -- nor is
it in the dictionary I'm using, although I'd be ok w/ it).
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]