Github user mike-jumper commented on a diff in the pull request:

    
https://github.com/apache/incubator-guacamole-client/pull/184#discussion_r143104552
  
    --- Diff: 
guacamole-ext/src/main/java/org/apache/guacamole/net/event/listener/TunnelCloseListener.java
 ---
    @@ -25,11 +25,15 @@
     /**
      * A listener whose tunnelClosed() hook will fire immediately after an
      * existing tunnel is closed.
    + *
    + * @deprecated
    + *      Listeners should instead implement the {@link Listener} interface
      */
    +@Deprecated
     public interface TunnelCloseListener {
     
         /**
    -     * Event hook which fires immediately after an existing tunnel is 
closed.
    +     * Event hook which fires immediately before an existing tunnel is 
closed.
    --- End diff --
    
    The comment at the interface level still says "after". If it's "before" 
that's correct, and the top-level comment should be updated, as well.


---

Reply via email to