You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@guacamole.apache.org by mike-jumper <gi...@git.apache.org> on 2017/10/06 04:25:53 UTC

[GitHub] incubator-guacamole-client pull request #184: GUACAMOLE-364: authentication ...

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.


---