Github user necouchman commented on a diff in the pull request:
https://github.com/apache/incubator-guacamole-client/pull/184#discussion_r133610357
--- Diff:
guacamole-ext/src/main/java/org/apache/guacamole/net/event/listener/AuthenticationFailureListener.java
---
@@ -27,8 +27,7 @@
* after a user's authentication attempt fails. Note that this hook cannot
* be used to cancel the authentication failure.
*/
-public interface AuthenticationFailureListener {
-
+public interface AuthenticationFailureListener extends Listener {
/**
--- End diff --
Style: probably should leave the line spacing here.
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---