necouchman commented on a change in pull request #455: GUACAMOLE-361: CAS
global logout
URL: https://github.com/apache/guacamole-client/pull/455#discussion_r354486047
##########
File path:
extensions/guacamole-auth-cas/src/main/java/org/apache/guacamole/auth/cas/user/CASAuthenticatedUser.java
##########
@@ -33,13 +39,20 @@
*/
public class CASAuthenticatedUser extends AbstractAuthenticatedUser {
+ private static final Logger logger =
LoggerFactory.getLogger(CASAuthenticatedUser.class);
Review comment:
Documentation needed, and there should be a blank line between this variable
assignment and the beginning of the comments below 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.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services